5 references to _stackOld
System.Data.OleDb (5)
System\Data\ProviderBase\DbConnectionPool.cs (5)
460int freeObjects = (_stackNew.Count + _stackOld.Count); 538if (_stackOld.TryPop(out obj)) 605_stackOld.Push(obj); 636while (_stackOld.TryPop(out obj)) 1335if (!_stackOld.TryPop(out obj))