1 write to _stack
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ScopeStack.cs (1)
60_stack ??= new();
5 references to _stack
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Components\ScopeStack.cs (5)
24public int Depth => _stack?.Count ?? 0; 61_stack.Push(_current); 70Debug.Assert(_stack is not null && _stack.Count > 0); 73_current = _stack.Pop();