6 references to ToUInt64
ILAssembler (1)
GrammarVisitor.cs (1)
2516SerializationTypeCode.UInt64 => valueBytes.Length >= 8 ? BitConverter.ToUInt64(valueBytes) : 0uL,
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
42private static readonly ulong s_http10Bytes = BitConverter.ToUInt64("HTTP/1.0"u8); 43private static readonly ulong s_http11Bytes = BitConverter.ToUInt64("HTTP/1.1"u8); 1073ulong first8Bytes = BitConverter.ToUInt64(line);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (1)
32id = BitConverter.ToUInt64(new ReadOnlySpan<byte>(additionalData, sizeof(ulong)));
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\PropertyRef.cs (1)
67_ => BitConverter.ToUInt64(name) & 0x00ffffffffffffffUL