1 instantiation of TdsParserSessionPool
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
555
_sessionPool = new
TdsParserSessionPool
(this);
2 references to TdsParserSessionPool
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
180
internal
TdsParserSessionPool
_sessionPool = null; // initialized only when we're a MARS parser.
703
var
sessionPool = _sessionPool;