11 references to WriteIntPtr
Microsoft.Diagnostics.DataContractReader.Legacy (2)
NativeStringHolder.cs (2)
40
Marshal.
WriteIntPtr
(_vtablePtr, fnPtr);
44
Marshal.
WriteIntPtr
(_objectPtr, _vtablePtr);
PresentationFramework (1)
MS\Internal\Controls\EnumUnknown.cs (1)
58
Marshal.
WriteIntPtr
(rgelt, Marshal.GetIUnknownForObject(this.arr[this.loc]));
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (1)
361
Marshal.
WriteIntPtr
(ptr, data);
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
124
Marshal.
WriteIntPtr
(ptr, name);
218
Marshal.
WriteIntPtr
(ptr, name);
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\utils.cs (1)
48
Marshal.
WriteIntPtr
(tempPtr, IntPtr.Zero);
System.Management (2)
System\Management\ManagementObject.cs (2)
1476
Marshal.
WriteIntPtr
(ppwbemCallResult, IntPtr.Zero); // Init to NULL.
1769
Marshal.
WriteIntPtr
(ppwbemCallResult, IntPtr.Zero); // Init to NULL.
System.Speech (2)
Internal\SapiInterop\SpStreamWrapper.cs (2)
52
Marshal.
WriteIntPtr
(pcbRead, new IntPtr(read));
67
Marshal.
WriteIntPtr
(plibNewPosition, new IntPtr(_stream.Position));