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