1 write to _scopeStack
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContext.cs (1)
50_scopeStack = StackPool<ScopeInternal>.Default.Get();
7 references to _scopeStack
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\CodeGeneration\CodeRenderingContext.cs (7)
51_scopeStack.Push(new(nodeWriter)); 69StackPool<ScopeInternal>.Default.Return(_scopeStack); 84public IntermediateNodeWriter NodeWriter => _scopeStack.Peek().Writer; 176_scopeStack.Push(new ScopeInternal(writer)); 185_scopeStack.Pop(); 200_scopeStack.Push(new ScopeInternal(writer)); 204_scopeStack.Pop();