16 references to ReadInt32
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Utils.cs (3)
2238int rid = Marshal.ReadInt32(pRid); 2277int lastRid = Marshal.ReadInt32(pLastRid); 2358int currentSubauthority = Marshal.ReadInt32(pcurrentSubauthority);
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Utils.cs (3)
211int rid = Marshal.ReadInt32(pRid); 250int lastRid = Marshal.ReadInt32(pLastRid); 857int currentSubauthority = Marshal.ReadInt32(pcurrentSubauthority);
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
84int bytesAvailable = Marshal.ReadInt32(statusInformation);
System.Net.NameResolution (1)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
152uint addr = (uint)System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)address);
System.Net.Ping (1)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
152uint addr = (uint)System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)address);
System.Net.Primitives (1)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
152uint addr = (uint)System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)address);
System.Net.Quic (1)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
152uint addr = (uint)System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)address);
System.Net.Sockets (1)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
152uint addr = (uint)System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)address);
System.Speech (2)
Recognition\RecognizerBase.cs (1)
2535uint sizeOfSerializedBlob = (uint)Marshal.ReadInt32(coMemSerializeBlob);
Result\RecognizedPhrase.cs (1)
696propertyValue = Marshal.ReadInt32(valueBuffer);
UIAutomationTypes (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (2)
2075val = (IntPtr) Marshal.ReadInt32(val); 2082val = (IntPtr) Marshal.ReadInt32(val);