1 instantiation of StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.Helpers.cs (1)
92var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);
4 references to StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (4)
SourceGenerators\RazorSourceGenerator.cs (2)
126var tagHelperFeature = GetStaticTagHelperFeature(compilation); 220var tagHelperFeature = GetStaticTagHelperFeature(compilation);
SourceGenerators\RazorSourceGenerator.Helpers.cs (2)
90private static StaticCompilationTagHelperFeature GetStaticTagHelperFeature(Compilation compilation) 92var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);