6 references to ToUInt64
ILAssembler (1)
GrammarVisitor.cs (1)
2516
SerializationTypeCode.UInt64 => valueBytes.Length >= 8 ? BitConverter.
ToUInt64
(valueBytes) : 0uL,
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);
1073
ulong first8Bytes = BitConverter.
ToUInt64
(line);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (1)
32
id = 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