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