1 instantiation of Context
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc\ViewComponentTagHelperPass.cs (1)
38
var context = new
Context
(namespaceNode, classNode);
4 references to Context
Microsoft.CodeAnalysis.Razor.Compiler (4)
Mvc\ViewComponentTagHelperPass.cs (4)
38
var
context = new Context(namespaceNode, classNode);
59
private static void RewriteUsage(
Context
context, TagHelperIntermediateNode node, TagHelperDescriptor tagHelper)
107
private static void AddField(
Context
context, TagHelperDescriptor tagHelper)
139
private static void AddTagHelperClass(
Context
context, TagHelperDescriptor tagHelper)