1 instantiation of StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.Helpers.cs (1)
178var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);
5 references to StaticCompilationTagHelperFeature
Microsoft.CodeAnalysis.Razor.Compiler (5)
SourceGenerators\RazorSourceGenerator.cs (3)
173var tagHelperFeature = GetStaticTagHelperFeature(compilation); 235var tagHelperFeature = GetStaticTagHelperFeature(augmented); 349var tagHelperFeature = GetStaticTagHelperFeature(compilation);
SourceGenerators\RazorSourceGenerator.Helpers.cs (2)
176private static StaticCompilationTagHelperFeature GetStaticTagHelperFeature(Compilation compilation) 178var tagHelperFeature = new StaticCompilationTagHelperFeature(compilation);