5 references to _stackNew
System.Data.Odbc (5)
Common\System\Data\ProviderBase\DbConnectionPool.cs (5)
214
int freeObjects = (
_stackNew
.Count + _stackOld.Count);
327
if (!
_stackNew
.TryPop(out obj))
361
while (
_stackNew
.TryPop(out obj))
899
if (!
_stackNew
.TryPop(out obj))
1016
_stackNew
.Push(obj);