5 references to ZeroMemory
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
41
SafeNativeMethods.
ZeroMemory
(base.handle, countOfBytes);
220
SafeNativeMethods.
ZeroMemory
(propset.rgProperties, countOfBytes);
fx\src\data\System\Data\OleDb\RowBinding.cs (2)
507
SafeNativeMethods.
ZeroMemory
(originalHandle, (IntPtr)ODB.SizeOf_Variant);
533
SafeNativeMethods.
ZeroMemory
(originalHandle, (IntPtr)NativeOledbWrapper.SizeOfPROPVARIANT);
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
566
SafeNativeMethods.
ZeroMemory
(ptr, (IntPtr)Length);