5 references to TryReadUInt32LittleEndian
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (1)
42
if (!BinaryPrimitives.
TryReadUInt32LittleEndian
(_ilBytes.AsSpan(_currentOffset), out uint value))
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
53
if (!BinaryPrimitives.
TryReadUInt32LittleEndian
(_ilBytes.Slice(_currentOffset), out uint value))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
53
if (!BinaryPrimitives.
TryReadUInt32LittleEndian
(_ilBytes.Slice(_currentOffset), out uint value))
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
53
if (!BinaryPrimitives.
TryReadUInt32LittleEndian
(_ilBytes.Slice(_currentOffset), out uint value))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
53
if (!BinaryPrimitives.
TryReadUInt32LittleEndian
(_ilBytes.Slice(_currentOffset), out uint value))