5 references to _stackNew
System.Data.Odbc (5)
Common\System\Data\ProviderBase\DbConnectionPool.cs (5)
214int freeObjects = (_stackNew.Count + _stackOld.Count); 327if (!_stackNew.TryPop(out obj)) 361while (_stackNew.TryPop(out obj)) 899if (!_stackNew.TryPop(out obj)) 1016_stackNew.Push(obj);