1 write to _sessionPool
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
555
_sessionPool
= new TdsParserSessionPool(this);
10 references to _sessionPool
System.Data (10)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1289
if (tdsConn.Parser.
_sessionPool
!= null) {
1290
if (tdsConn.Parser.
_sessionPool
.ActiveSessionsCount > 0) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (8)
651
session =
_sessionPool
.GetSession(owner);
673
_sessionPool
.PutSession(session);
703
var sessionPool =
_sessionPool
;
1115
_sessionPool
.Deactivate();
1150
if (null !=
_sessionPool
) {
1152
_sessionPool
.Dispose();
11439
null ==
_sessionPool
? "(null)" :
_sessionPool
.TraceString(),