4 references to ReadValueSlow
System.Private.CoreLib (4)
System\Runtime\InteropServices\Marshal.NativeAot.cs (4)
201
return
ReadValueSlow
<byte>(ptr, ofs, &ReadByte);
209
return
ReadValueSlow
<short>(ptr, ofs, &ReadInt16);
217
return
ReadValueSlow
<int>(ptr, ofs, &ReadInt32);
225
return
ReadValueSlow
<long>(ptr, ofs, &ReadInt64);