1 write to rgProperties
System.Data (1)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
216propset.rgProperties = SafeNativeMethods.CoTaskMemAlloc(countOfBytes);
5 references to rgProperties
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (5)
177IntPtr ptr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP); 217if (ADP.PtrZero != propset.rgProperties) { 220SafeNativeMethods.ZeroMemory(propset.rgProperties, countOfBytes); 226if (ADP.PtrZero == propset.rgProperties) { 232IntPtr propertyPtr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP);