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