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