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