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