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