4 references to TryReadDoubleLittleEndian
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
85
if (!BinaryPrimitives.
TryReadDoubleLittleEndian
(_ilBytes.Slice(_currentOffset), out double value))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
85
if (!BinaryPrimitives.
TryReadDoubleLittleEndian
(_ilBytes.Slice(_currentOffset), out double value))
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
85
if (!BinaryPrimitives.
TryReadDoubleLittleEndian
(_ilBytes.Slice(_currentOffset), out double value))
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILReader.cs (1)
85
if (!BinaryPrimitives.
TryReadDoubleLittleEndian
(_ilBytes.Slice(_currentOffset), out double value))