2 overrides of CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpFlagsEnumGenerator.cs (1)
19
protected override SyntaxNode
CreateExplicitlyCastedLiteralValue
(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicFlagsEnumGenerator.vb (1)
17
Protected Overrides Function
CreateExplicitlyCastedLiteralValue
(
3 references to CreateExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.Workspaces (3)
AbstractFlagsEnumGenerator.cs (3)
136
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, constantValue);
152
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, field.ConstantValue);
208
return
CreateExplicitlyCastedLiteralValue
(generator, enumType, underlyingSpecialType, constantValue);