2 references to ReadInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryAccessor.cs (2)
138
public char ReadChar(long position) => unchecked((char)
ReadInt16
(position));
266
public ushort ReadUInt16(long position) => unchecked((ushort)
ReadInt16
(position));