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