5 writes to _stackPtr
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxNode.Iterators.cs (5)
107_stackPtr = 0; 113_stackPtr = -1; 131_stackPtr--; 148_stackPtr--; 156if (++_stackPtr >= _stack.Length)
5 references to _stackPtr
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxNode.Iterators.cs (5)
117public bool IsNotEmpty { get { return _stackPtr >= 0; } } 123while (_stack[_stackPtr].TryMoveNextAndGetCurrent(out value)) 140while ((nodeValue = _stack[_stackPtr].TryMoveNextAndGetCurrentAsNode()) != null) 159Array.Resize(ref _stack, checked(_stackPtr * 2)); 162_stack[_stackPtr].InitializeFrom(node);