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)
23
private readonly Stack<
ScopeInternal
> _scopeStack;
51
_scopeStack = StackPool<
ScopeInternal
>.Default.Get();
73
StackPool<
ScopeInternal
>.Default.Return(_scopeStack);