2 instantiations of DataSourceWrapper
System.Data.OleDb (2)
OleDbConnectionInternal.cs (1)
81
_datasrcwrp = new
DataSourceWrapper
();
OleDbWrapper.cs (1)
66
DataSourceWrapper newWrapper = new
DataSourceWrapper
();
3 references to DataSourceWrapper
System.Data.OleDb (3)
OleDbConnectionInternal.cs (1)
56
private readonly
DataSourceWrapper
? _datasrcwrp;
OleDbWrapper.cs (2)
46
internal unsafe void GetDataSource(OleDbConnectionString constr, ref
DataSourceWrapper
datasrcWrapper)
66
DataSourceWrapper
newWrapper = new DataSourceWrapper();