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