28 references to TryPop
Identity.DefaultUI.WebSite (1)
StartupBase.cs (1)
90while (pendingProviders.TryPop(out var currentProvider))
illink (5)
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\ConnectionCompletion.cs (2)
24while (onCompleted.TryPop(out var entry)) 54while (onCompleted.TryPop(out var entry))
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (2)
821while (events.TryPop(out var entry)) 847while (events.TryPop(out var entry))
Internal\Infrastructure\KestrelConnection.cs (2)
109while (onCompleted.TryPop(out var entry)) 139while (onCompleted.TryPop(out var entry))
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\ConnectionCompletion.cs (2)
24while (onCompleted.TryPop(out var entry)) 54while (onCompleted.TryPop(out var entry))
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Servers\Kestrel\shared\ConnectionCompletion.cs (2)
24while (onCompleted.TryPop(out var entry)) 54while (onCompleted.TryPop(out var entry))
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1638while (pendingNodes.TryPop(out var next))
System.Console (1)
System\IO\StdInReader.cs (1)
205removed = _tmpKeys.TryPop(out _);
System.Formats.Cbor (3)
System\Formats\Cbor\Reader\CborReader.Map.cs (1)
179_pooledKeyEncodingRangeAllocations.TryPop(out HashSet<(int Offset, int Length)>? result))
System\Formats\Cbor\Writer\CborWriter.Map.cs (2)
192_pooledKeyEncodingRangeSets.TryPop(out HashSet<(int Offset, int Length)>? result)) 221_pooledKeyValuePairEncodingRangeLists.TryPop(out List<KeyValuePairEncodingRange>? result))
System.Formats.Tar (2)
System\Formats\Tar\TarHelpers.cs (2)
415while (directoryModificationTimes.TryPop(out (string Path, DateTimeOffset Modified) item)) 433directoryModificationTimes.TryPop(out previous);
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\KeyedStack.cs (1)
27_data.TryGetValue(key, out Stack<TValue>? stack) && stack.TryPop(out TValue? value) ? value : null;
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCompiler.cs (2)
350_int32LocalsPool.TryPop(out LocalBuilder? iterationLocal) ? iterationLocal : DeclareInt32()); 359_readOnlySpanCharLocalsPool.TryPop(out LocalBuilder? iterationLocal) ? iterationLocal : DeclareReadOnlySpanChar());
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (1)
94while (stack.TryPop(out PartitionTree? node))
System\Text\RegularExpressions\Symbolic\RegexNodeConverter.cs (1)
42while (stack.TryPop(out (RegexNode Node, DoublyLinkedList<SymbolicRegexNode<BDD>> Result, DoublyLinkedList<SymbolicRegexNode<BDD>>[]? ChildResults) popped))