3 references to ToUInt64
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
1348result = Convert.ToUInt64(value, numBase);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\RefKindVector.cs (1)
118value = Convert.ToUInt64(word, 16);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\UInt64Converter.cs (1)
22internal override object FromString(string value, int radix) => Convert.ToUInt64(value, radix);