4 references to ToUInt64
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
42
private static readonly ulong s_http10Bytes = BitConverter.
ToUInt64
("HTTP/1.0"u8);
43
private static readonly ulong s_http11Bytes = BitConverter.
ToUInt64
("HTTP/1.1"u8);
1070
ulong first8Bytes = BitConverter.
ToUInt64
(line);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (1)
31
id = BitConverter.
ToUInt64
(new ReadOnlySpan<byte>(additionalData, sizeof(ulong)));