Skip to content

Commit 42ba77c

Browse files
simplfy
1 parent 319c939 commit 42ba77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/CodeGeneration/CSharpFlagsEnumGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected override SyntaxNode CreateExplicitlyCastedLiteralValue(
3333
return expression;
3434
}
3535

36-
return CSharpSyntaxGeneratorInternal.Instance.CastExpression(enumType, expression);
36+
return this.SyntaxGenerator.CastExpression(enumType, expression);
3737
}
3838

3939
protected override bool IsValidName(INamedTypeSymbol enumType, string name)

0 commit comments

Comments
 (0)