3 instantiations of ScopeInternal
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeRenderingContext.cs (3)
51_scopeStack.Push(new(nodeWriter)); 176_scopeStack.Push(new ScopeInternal(writer)); 200_scopeStack.Push(new ScopeInternal(writer));
3 references to ScopeInternal
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeRenderingContext.cs (3)
23private readonly Stack<ScopeInternal> _scopeStack; 50_scopeStack = StackPool<ScopeInternal>.Default.Get(); 69StackPool<ScopeInternal>.Default.Return(_scopeStack);