Skip to content

Commit 031e28c

Browse files
committed
Don't strip attributes for explicitly implemented interface methods
1 parent 0d6b402 commit 031e28c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/SilkTouch/SilkTouch/Mods/AddVTables.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ out var callConv
842842
IdentifierName(_currentInterface.Identifier.ToString())
843843
)
844844
)
845-
.WithAttributeLists(List<AttributeListSyntax>())
846845
.WithExpressionBody(
847846
node.Body is null && node.ExpressionBody is null
848847
? GenerateNativeContextTrampoline(

0 commit comments

Comments
 (0)