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