15 references to TryPop
mscorlib (6)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (3)
111
if (!m_FreeList.
TryPop
(out returnBuffer))
200
if (m_FreeList.
TryPop
(out returnBuffer))
414
if (m_FreeList.
TryPop
(out buffer))
system\Collections\Concurrent\ConcurrentStack.cs (3)
581
/// TryPopRange can be more efficient than using <see cref="
TryPop
"/>
619
/// TryPopRange can be more efficient than using <see cref="
TryPop
"/>
762
return
TryPop
(out item);
System (3)
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (3)
111
if (!m_FreeList.
TryPop
(out returnBuffer))
200
if (m_FreeList.
TryPop
(out returnBuffer))
414
if (m_FreeList.
TryPop
(out buffer))
System.Data (6)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (6)
642
if (_stackOld.
TryPop
(out obj)) {
692
if (!_stackNew.
TryPop
(out obj))
730
while (_stackNew.
TryPop
(out obj)) {
735
while (_stackOld.
TryPop
(out obj)) {
1450
if (!_stackNew.
TryPop
(out obj)) {
1451
if (!_stackOld.
TryPop
(out obj)) {