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)
180internal TdsParserSessionPool _sessionPool = null; // initialized only when we're a MARS parser. 703var sessionPool = _sessionPool;