1 instantiation of Scope
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ScopeStack.cs (1)
65return new(this);
3 references to Scope
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ScopeStack.cs (3)
39public Scope OpenComponentScope(CodeRenderingContext context, string? parameterName) 55public Scope OpenTemplateScope(CodeRenderingContext context) 58private Scope OpenScope(CodeRenderingContext context)