4 references to ToUInt64
crossgen2 (1)
Program.cs (1)
64_imageBase = is64BitTarget ? Convert.ToUInt64(imageBaseArg, 16) : Convert.ToUInt32(imageBaseArg, 16);
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
1347result = 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);