3 references to ToUInt64
System.Management (2)
System\Management\Property.cs (2)
306((ulong[])val)[i] = Convert.ToUInt64((string)(wmiValueArray.GetValue(i)), (IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(ulong))); 349CimType.UInt64 => Convert.ToUInt64((string)wmiValue, (IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(ulong))),
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
679return Convert.ToUInt64(this, provider);