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)
57
if (
_stack
is null)
68
if (!_currentNodeHasValue &&
_stack
.Count <= 0)
74
_stack
.Push(_currentNode!);
79
Contract.ThrowIfTrue(
_stack
.Count == 0);
80
_currentNode =
_stack
.Pop();