6 references to ConvertEnumUnderlyingTypeToUInt64
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpFlagsEnumGenerator.cs (1)
28
var constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicFlagsEnumGenerator.vb (1)
24
Dim constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType)
Microsoft.CodeAnalysis.Workspaces (4)
AbstractFlagsEnumGenerator.cs (4)
82
var constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType);
180
var value = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(field.ConstantValue, underlyingSpecialType);
192
var constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType);
199
var fieldValue = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(field.ConstantValue, underlyingSpecialType);