7 references to TryReadUInt64LittleEndian
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (1)
56
if (!BinaryPrimitives.
TryReadUInt64LittleEndian
(_ilBytes.AsSpan(_currentOffset), out ulong value))
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
67
if (!BinaryPrimitives.
TryReadUInt64LittleEndian
(_ilBytes.Slice(_currentOffset), out ulong value))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
67
if (!BinaryPrimitives.
TryReadUInt64LittleEndian
(_ilBytes.Slice(_currentOffset), out ulong value))
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
67
if (!BinaryPrimitives.
TryReadUInt64LittleEndian
(_ilBytes.Slice(_currentOffset), out ulong value))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
67
if (!BinaryPrimitives.
TryReadUInt64LittleEndian
(_ilBytes.Slice(_currentOffset), out ulong value))
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\HttpUtilities.cs (2)
411
if (BinaryPrimitives.
TryReadUInt64LittleEndian
(span, out var version))
434
if (BinaryPrimitives.
TryReadUInt64LittleEndian
(span, out var scheme))