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