We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ae93d commit d51a68eCopy full SHA for d51a68e
1 file changed
sources/SilkTouch/SilkTouch/Naming/NameAffixer.cs
@@ -59,6 +59,8 @@ argumentList.Arguments[2].Expression is LiteralExpressionSyntax
59
declarationOrder
60
),
61
];
62
+
63
+ declarationOrder++;
64
}
65
else if (
66
argumentList.Arguments[2].Expression is InvocationExpressionSyntax
@@ -86,9 +88,9 @@ argumentList.Arguments[2].Expression is InvocationExpressionSyntax
86
88
true
87
89
90
- }
91
- declarationOrder++;
92
93
+ }
94
95
96
0 commit comments