1 override of CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpFlagsEnumGenerator.cs (1)
21protected override SyntaxNode CreateExplicitlyCastedLiteralValue(
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);