4 writes to _stackPointer
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\IntermediateNodeWalker.Stack.cs (4)
41_stack[--_stackPointer] = node; 48_stack[_stackPointer++] = null!; 58_stackPointer = _stack.Length; 71_stackPointer = length;
4 references to _stackPointer
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\IntermediateNodeWalker.Stack.cs (4)
27=> _stack is null || _stackPointer == _stack.Length; 32: _stack.AsSpan()[_stackPointer..]; 36if (_stack is null || _stackPointer == 0) 64Debug.Assert(_stackPointer == 0, "We should only grow the ancestor stack when the stack pointer reaches 0.");