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 319c939 commit 42ba77cCopy full SHA for 42ba77c
src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CodeGeneration/CSharpFlagsEnumGenerator.cs
@@ -33,7 +33,7 @@ protected override SyntaxNode CreateExplicitlyCastedLiteralValue(
33
return expression;
34
}
35
36
- return CSharpSyntaxGeneratorInternal.Instance.CastExpression(enumType, expression);
+ return this.SyntaxGenerator.CastExpression(enumType, expression);
37
38
39
protected override bool IsValidName(INamedTypeSymbol enumType, string name)
0 commit comments