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)
1216
ref System.Data.OleDb.
SessionWrapper
ppDBSession);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
68
private readonly
SessionWrapper
_sessionwrp;
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
93
internal OleDbHResult InitializeAndCreateSession(OleDbConnectionString constr, ref
SessionWrapper
sessionWrapper) {