13 references to TryPop
Microsoft.CodeAnalysis.CSharp (2)
Compiler\ClsComplianceChecker.cs (1)
182
while (tasks.
TryPop
(out Task curTask))
Compiler\MethodCompiler.cs (1)
343
while (tasks.
TryPop
(out curTask))
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\ClsComplianceChecker.vb (1)
87
While tasks.
TryPop
(curTask)
Compilation\MethodCompiler.vb (1)
349
While tasks.
TryPop
(curTask)
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentStack.cs (3)
493
/// TryPopRange can be more efficient than using <see cref="
TryPop
"/>
528
/// TryPopRange can be more efficient than using <see cref="
TryPop
"/>
671
return
TryPop
(out item);
System.Data.Odbc (6)
Common\System\Data\ProviderBase\DbConnectionPool.cs (6)
298
if (_stackOld.
TryPop
(out obj))
327
if (!_stackNew.
TryPop
(out obj))
361
while (_stackNew.
TryPop
(out obj))
366
while (_stackOld.
TryPop
(out obj))
899
if (!_stackNew.
TryPop
(out obj))
901
if (!_stackOld.
TryPop
(out obj))