1 write to _scopeStack
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContext.cs (1)
51_scopeStack = StackPool<ScopeInternal>.Default.Get();
7 references to _scopeStack
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\CodeGeneration\CodeRenderingContext.cs (7)
52_scopeStack.Push(new(nodeWriter)); 73StackPool<ScopeInternal>.Default.Return(_scopeStack); 88public IntermediateNodeWriter NodeWriter => _scopeStack.Peek().Writer; 180_scopeStack.Push(new ScopeInternal(writer)); 189_scopeStack.Pop(); 204_scopeStack.Push(new ScopeInternal(writer)); 208_scopeStack.Pop();