You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodeConverter/CSharp/MethodWithHandles.cs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,22 @@ public static IEnumerable<MemberDeclarationSyntax> GetDeclarationsForFieldBacked
39
39
{
40
40
// It should be safe to use the underscore name since in VB the compiler generates a backing field with that name, and errors if you try to clash with it
0 commit comments