3 references to CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractFlagsEnumGenerator.cs (3)
136
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, constantValue);
152
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, field.ConstantValue);
208
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, constantValue);