3 references to ConvertEnumUnderlyingTypeToUInt64
Microsoft.CodeAnalysis (3)
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (3)
191
var constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType);
275
var enumField = new EnumField(field.Name, EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(field.ConstantValue, underlyingSpecialType), field);
287
var constantValueULong = EnumUtilities.
ConvertEnumUnderlyingTypeToUInt64
(constantValue, underlyingSpecialType);