1 instantiation of SessionWrapper
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
111_sessionwrp = new SessionWrapper();
3 references to SessionWrapper
System.Data (3)
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (1)
1216ref System.Data.OleDb.SessionWrapper ppDBSession);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
68private readonly SessionWrapper _sessionwrp;
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
93internal OleDbHResult InitializeAndCreateSession(OleDbConnectionString constr, ref SessionWrapper sessionWrapper) {