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