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