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