11 references to WriteInt32
PresentationFramework (3)
MS\Internal\Controls\EnumUnknown.cs (2)
40
Marshal.
WriteInt32
(pceltFetched, 0, 0);
66
Marshal.
WriteInt32
(pceltFetched, 0, fetched);
System\Windows\Documents\InputScopeAttribute.cs (1)
65
Marshal.
WriteInt32
(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
552
Marshal.
WriteInt32
(ptr, offset, value);
System.Data.OleDb (3)
PropertyIDSet.cs (2)
28
Marshal.
WriteInt32
(base.handle, IntPtr.Size, /*propertyid count*/1);
34
Marshal.
WriteInt32
(base.handle, PropertyIDSetSize, propertyID);
System\Data\ProviderBase\DbBuffer.cs (1)
525
Marshal.
WriteInt32
(ptr, offset, value);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
469
public static void WriteInt32(IntPtr ptr, int val) =>
WriteInt32
(ptr, 0, val);
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
301
WriteValueSlow(ptr, ofs, val, &
WriteInt32
);
UIAutomationTypes (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (2)
2030
Marshal.
WriteInt32
(mem, 8, (int) data1);
2031
Marshal.
WriteInt32
(mem, 12, (int) data2);