1 override of CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpFlagsEnumGenerator.cs (1)
19protected override SyntaxNode CreateExplicitlyCastedLiteralValue(
3 references to CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractFlagsEnumGenerator.cs (3)
136return CreateExplicitlyCastedLiteralValue(generator, enumType, underlyingSpecialType, constantValue); 152return CreateExplicitlyCastedLiteralValue(generator, enumType, underlyingSpecialType, field.ConstantValue); 208return CreateExplicitlyCastedLiteralValue(generator, enumType, underlyingSpecialType, constantValue);