36 references to ReadIntPtr
mscorlib (1)
system\security\cryptography\x509certificates\safex509handles.cs (1)
47return Marshal.ReadIntPtr(handle);
System (11)
net\System\Net\DNS.cs (4)
91nativePointer = Marshal.ReadIntPtr(currentArrayElement); 120nativePointer = Marshal.ReadIntPtr(currentArrayElement); 133nativePointer = Marshal.ReadIntPtr(currentArrayElement); 154nativePointer = Marshal.ReadIntPtr(currentArrayElement);
net\System\Net\UnsafeNativeMethods.cs (1)
1729Marshal.ReadIntPtr(chainList.DangerousGetHandle()
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
794IntPtr httpHeaderNamePtr = Marshal.ReadIntPtr(httpHeaderPtr); 822Marshal.ReadIntPtr(IntPtr.Add(httpHeaderPtr, valueOffset));
security\system\security\cryptography\x509\x509certificate2collection.cs (1)
912IntPtr pszOid = Marshal.ReadIntPtr(new IntPtr((long) rghOIDs.DangerousGetHandle() + index * Marshal.SizeOf(typeof(IntPtr))));
security\system\security\cryptography\x509\x509chain.cs (1)
286m_chainElementCollection = new X509ChainElementCollection(Marshal.ReadIntPtr(pChain.rgpChain));
security\system\security\cryptography\x509\x509chainelement.cs (1)
82m_elements[index] = new X509ChainElement(Marshal.ReadIntPtr(new IntPtr((long) simpleChain.rgpElement + index * Marshal.SizeOf(typeof(IntPtr)))));
security\system\security\cryptography\x509\x509extension.cs (1)
328IntPtr pszOid = Marshal.ReadIntPtr(new IntPtr((long) pEnhKeyUsage.rgpszUsageIdentifier + index * Marshal.SizeOf(typeof(IntPtr))));
System.Drawing (3)
commonui\System\Drawing\Advanced\EncoderParameters.cs (2)
108int count = Marshal.ReadIntPtr(memory).ToInt32(); 122IntPtr value = Marshal.ReadIntPtr((IntPtr)(i * size + arrayOffset + 24));
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
257IntPtr namePointer = (IntPtr) Marshal.ReadIntPtr((IntPtr)(checked((long)buffer + i * sizeofstruct)));
System.Management (2)
managementobject.cs (2)
1514pwbemCallResult = Marshal.ReadIntPtr(ppwbemCallResult); 1818pwbemCallResult = Marshal.ReadIntPtr(ppwbemCallResult);
System.Messaging (2)
System\Messaging\Interop\Restrictions.cs (1)
104IntPtr data = Marshal.ReadIntPtr(dataPtr);
System\Messaging\MessageQueue.cs (1)
2046IntPtr stringPointer = Marshal.ReadIntPtr((IntPtr)((long)basePointer + index * IntPtr.Size));
System.Net (2)
net\PeerToPeer\PeerNameResolver.cs (2)
324IntPtr pSOCKADDR = Marshal.ReadIntPtr(ppSOCKADDRs); 692IntPtr pSOCKADDR = Marshal.ReadIntPtr(ppSOCKADDRs);
System.Security (5)
system\security\cryptography\pkcs\recipientinfo.cs (2)
222IntPtr pEncryptedKeyInfo = Marshal.ReadIntPtr(new IntPtr((long) certIdRecipient.rgpRecipientEncryptedKeys + (long) (subIndex * Marshal.SizeOf(typeof(IntPtr))))); 231IntPtr pEncryptedKeyInfo = Marshal.ReadIntPtr(new IntPtr((long) publicKeyRecipient.rgpRecipientEncryptedKeys + (long) (subIndex * Marshal.SizeOf(typeof(IntPtr)))));
system\security\cryptography\pkcs\signerinfo.cs (3)
361IntPtr pObjId = Marshal.ReadIntPtr(pAlgorithm); 378if (Marshal.ReadIntPtr(ppbData) == IntPtr.Zero) { 382IntPtr pbData = Marshal.ReadIntPtr(ppbData);
System.Windows.Forms (9)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4556return Marshal.ReadIntPtr(value);
winforms\Managed\System\WinForms\RichTextBox.cs (8)
3559es.nmhdr.hwndFrom = Marshal.ReadIntPtr((IntPtr)es64p); 3560es.nmhdr.idFrom = Marshal.ReadIntPtr((IntPtr)(es64p + 8)); 3563es.wParam = Marshal.ReadIntPtr((IntPtr)(es64p + 28)); 3564es.lParam = Marshal.ReadIntPtr((IntPtr)(es64p + 36)); 3579es.nmhdr.hwndFrom = Marshal.ReadIntPtr((IntPtr)es64p); 3580es.nmhdr.idFrom = Marshal.ReadIntPtr((IntPtr)(es64p + 8)); 3583es.wParam = Marshal.ReadIntPtr((IntPtr)(es64p + 28)); 3584es.lParam = Marshal.ReadIntPtr((IntPtr)(es64p + 36));
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4868return Marshal.ReadIntPtr(value);