8 references to ReadByte
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
498
array[i] = (sbyte) Marshal.
ReadByte
(ca.pElems, i);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
125
value = Marshal.
ReadByte
(ptr, offset);
System.Data.OleDb (1)
System\Data\ProviderBase\DbBuffer.cs (1)
98
value = Marshal.
ReadByte
(ptr, offset);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
301
public static byte ReadByte(IntPtr ptr) =>
ReadByte
(ptr, 0);
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
201
return ReadValueSlow<byte>(ptr, ofs, &
ReadByte
);
System.Security.Principal.Windows (2)
System\Security\Principal\Win32.cs (2)
60
byte Revision = Marshal.
ReadByte
(binaryForm, 0);
71
byte SubAuthorityCount = Marshal.
ReadByte
(binaryForm, 1);
System.Speech (1)
AudioFormat\AudioFormatConverter.cs (1)
23
extraData[i] = Marshal.
ReadByte
(extraDataPtr, i);