2 references to TryPop
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
6898while (stack.TryPop(out IInterpolatedStringAdditionOperation? currentAddition))
Syntax\GreenNode.NodeEnumerable.cs (1)
59while (_stack.TryPop(out var currentEnumerator))