1 instantiation of IDBInfoWrapper
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
193
return new
IDBInfoWrapper
(ComWrapper());
5 references to IDBInfoWrapper
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (4)
201
private
IDBInfoWrapper
IDBInfo() {
370
using(
IDBInfoWrapper
wrapper = IDBInfo()) {
442
using(
IDBInfoWrapper
wrapper = IDBInfo()) {
499
using(
IDBInfoWrapper
wrapper = IDBInfo()) {
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
191
internal
IDBInfoWrapper
IDBInfo(OleDbConnectionInternal connection) {