7 references to ToUInt64
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
171ulong a = BitConverter.ToUInt64(buffer, position);
Microsoft.ML.Parquet (2)
ParquetLoader.cs (2)
731ulong lo = BitConverter.ToUInt64(arr, 0); 732ulong hi = BitConverter.ToUInt64(arr, 8);
Microsoft.NET.HostModel (4)
src\runtime\src\coreclr\tools\Common\MachO\BinaryFormat\NameBuffer.cs (4)
31_nameLower = BitConverter.ToUInt64(buffer, 0); 32_nameUpper = BitConverter.ToUInt64(buffer, 8); 36_nameLower = BitConverter.ToUInt64(buffer, 8); 37_nameUpper = BitConverter.ToUInt64(buffer, 0);