3 references to CreateExplicitlyCastedLiteralValue
GenerateDocumentationAndConfigFiles (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractFlagsEnumGenerator.cs (3)
132return CreateExplicitlyCastedLiteralValue(enumType, underlyingSpecialType, constantValue); 148return CreateExplicitlyCastedLiteralValue(enumType, underlyingSpecialType, field.ConstantValue); 202return CreateExplicitlyCastedLiteralValue(enumType, underlyingSpecialType, constantValue);