5 references to _stackNew
System.Data.OleDb (5)
System\Data\ProviderBase\DbConnectionPool.cs (5)
460int freeObjects = (_stackNew.Count + _stackOld.Count); 597if (!_stackNew.TryPop(out obj)) 630while (_stackNew.TryPop(out obj)) 1333if (!_stackNew.TryPop(out obj)) 1524_stackNew.Push(obj);