3 references to ConvertUnderlyingValueToUInt64
Microsoft.CodeAnalysis (3)
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (3)
238
var constantValueULong = underlyingSpecialType.
ConvertUnderlyingValueToUInt64
(constantValue);
324
var enumField = new EnumField(field.Name, underlyingSpecialType.
ConvertUnderlyingValueToUInt64
(field.ConstantValue), field);
337
var constantValueULong = underlyingSpecialType.
ConvertUnderlyingValueToUInt64
(constantValue);