5 writes to _stackPtr
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxNode.Iterators.cs (5)
106_stackPtr = 0; 112_stackPtr = -1; 130_stackPtr--; 147_stackPtr--; 155if (++_stackPtr >= _stack.Length)
5 references to _stackPtr
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxNode.Iterators.cs (5)
116public bool IsNotEmpty { get { return _stackPtr >= 0; } } 122while (_stack[_stackPtr].TryMoveNextAndGetCurrent(out value)) 139while ((nodeValue = _stack[_stackPtr].TryMoveNextAndGetCurrentAsNode()) != null) 158Array.Resize(ref _stack, checked(_stackPtr * 2)); 161_stack[_stackPtr].InitializeFrom(node);