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