2 references to IsInPool
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
2040
if (_parser.Connection.
IsInPool
) {
2232
else if ((_pendingCallbacks > 1) || ((_parser.Connection != null) && (!_parser.Connection.
IsInPool
))) {