1 instantiation of StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.Helpers.cs (1)
91var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);
4 references to StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\RazorSourceGenerator.cs (2)
124var tagHelperFeature = GetStaticTagHelperFeature(compilation); 218var tagHelperFeature = GetStaticTagHelperFeature(compilation);
SourceGenerators\RazorSourceGenerator.Helpers.cs (2)
89private static StaticCompilationTagHelperFeature GetStaticTagHelperFeature(Compilation compilation) 91var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);