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