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