1 write to _stack
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
45_stack = _pooledStack.Object;
5 references to _stack
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (5)
56if (_stack is null) 67if (!_currentNodeHasValue && _stack.Count <= 0) 73_stack.Push(_currentNode!); 78Contract.ThrowIfTrue(_stack.Count == 0); 79_currentNode = _stack.Pop();