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