5 writes to handle2
System.Data (5)
fx\src\data\System\Data\OleDb\SafeHandles.cs (5)
28this.handle2 = IntPtr.Zero; 36hr = dbInfo.GetLiteralInfo(count, literals, out literalCount, out base.handle, out this.handle2); 44hr = columnsInfo.GetColumnInfo(out columnCount, out base.handle, out this.handle2); 52hr = dbSchemaRowset.GetSchemas(out schemaCount, out base.handle, out this.handle2); 81this.handle2 = IntPtr.Zero;
3 references to handle2
System.Data (3)
fx\src\data\System\Data\OleDb\SafeHandles.cs (3)
54schemaRestrictions = this.handle2; 67return (((IntPtr.Zero == base.handle)) && (IntPtr.Zero == this.handle2)); 80ptr = this.handle2;