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)
1203
ref System.Data.OleDb.
DataSourceWrapper
ppDataSource);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
65
private readonly
DataSourceWrapper
_datasrcwrp;
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
46
internal void GetDataSource(OleDbConnectionString constr, ref
DataSourceWrapper
datasrcWrapper) {