3 references to Read
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
136CorInfoImpl _this = Unsafe.Read<CorInfoImpl>((void*)thisHandle);
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
136CorInfoImpl _this = Unsafe.Read<CorInfoImpl>((void*)thisHandle);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (1)
73if (Vector.GreaterThanAny(Unsafe.Read<Vector<ushort>>(pBuffer), maxLatin1))