5 references to _stackOld
System.Data (5)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (5)
548int freeObjects = (_stackNew.Count + _stackOld.Count); 642if (_stackOld.TryPop(out obj)) { 702_stackOld.Push(obj); 735while (_stackOld.TryPop(out obj)) { 1451if (!_stackOld.TryPop(out obj)) {