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