6 references to ReadByte
mscorlib (3)
system\runtime\interopservices\marshal.cs (1)
444return ReadByte(ptr,0);
system\security\principal\win32.cs (2)
166byte Revision = Marshal.ReadByte( binaryForm, 0 ); 177byte SubAuthorityCount = Marshal.ReadByte( binaryForm, 1 );
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
562array[i] = (sbyte) Marshal.ReadByte(ca.pElems, i);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
124value = Marshal.ReadByte(ptr, offset);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
901publicKeyString += String.Format("{0}", Marshal.ReadByte(publicKeyOrToken, pos).ToString("x2"));