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