1 override of CreateExplicitlyCastedLiteralValue
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\CSharpFlagsEnumGenerator.cs (1)
21
protected override SyntaxNode
CreateExplicitlyCastedLiteralValue
(
3 references to CreateExplicitlyCastedLiteralValue
Roslyn.Diagnostics.Analyzers (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);