1 instantiation of DataSourceWrapper
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
101_datasrcwrp = new DataSourceWrapper();
3 references to DataSourceWrapper
System.Data (3)
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (1)
1203ref System.Data.OleDb.DataSourceWrapper ppDataSource);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
65private readonly DataSourceWrapper _datasrcwrp;
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
46internal void GetDataSource(OleDbConnectionString constr, ref DataSourceWrapper datasrcWrapper) {