8 references to ReadByte
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
2275int ridCount = Marshal.ReadByte(pRidCount); 2333int subAuthorityCount = Marshal.ReadByte(psubAuthorityCount);
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Utils.cs (2)
248int ridCount = Marshal.ReadByte(pRidCount); 832int subAuthorityCount = Marshal.ReadByte(psubAuthorityCount);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\LegacyBasicConstraintsDecoder.Windows.cs (1)
28return ((Marshal.ReadByte(pBasicConstraints->SubjectType.pbData) & CERT_BASIC_CONSTRAINTS_INFO.CERT_CA_SUBJECT_FLAG) != 0,
System.Speech (1)
Result\RecognizedPhrase.cs (1)
720propertyValue = (Marshal.ReadByte(valueBuffer) != 0);
UIAutomationTypes (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (2)
2049val = (IntPtr) Marshal.ReadByte(val); 2055val = (IntPtr) Marshal.ReadByte(val);