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