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