5 writes to handle2
System.Data.OleDb (5)
SafeHandles.cs (5)
24this.handle2 = IntPtr.Zero; 31hr = dbInfo.GetLiteralInfo(count, literals, out literalCount, out base.handle, out this.handle2); 38hr = columnsInfo.GetColumnInfo(out columnCount, out base.handle, out this.handle2); 45hr = dbSchemaRowset.GetSchemas(out schemaCount, out base.handle, out this.handle2); 75this.handle2 = IntPtr.Zero;
3 references to handle2
System.Data.OleDb (3)
SafeHandles.cs (3)
47schemaRestrictions = this.handle2; 59return (((IntPtr.Zero == base.handle)) && (IntPtr.Zero == this.handle2)); 74ptr = this.handle2;