7 references to ReadIntPtr
ReachFramework (1)
PrintConfig\FallbackPTProvider.cs (1)
814IntPtr pDevMode = Marshal.ReadIntPtr(pPrinterBuffer.Handle.DangerousGetHandle());
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Exception.cs (1)
442IntPtr tempPtr = Marshal.ReadIntPtr(errorInfo);
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\BerConverter.cs (1)
603tempPtr = Marshal.ReadIntPtr(ptrResult);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
1099certPtr = Marshal.ReadIntPtr(serverCert);
System.Management (2)
System\Management\ManagementObject.cs (2)
1495pwbemCallResult = Marshal.ReadIntPtr(ppwbemCallResult); 1791pwbemCallResult = Marshal.ReadIntPtr(ppwbemCallResult);
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
2183return Marshal.ReadIntPtr(value);