1 write to _stack
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
46_stack = _pooledStack.Object;
5 references to _stack
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (5)
57if (_stack is null) 68if (!_currentNodeHasValue && _stack.Count <= 0) 74_stack.Push(_currentNode!); 79Contract.ThrowIfTrue(_stack.Count == 0); 80_currentNode = _stack.Pop();