3 references to GetTagHelpers
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperDiscoveryService.cs (2)
49var collection = discoverer.GetTagHelpers(compilationAssembly, cancellationToken); 62var collection = discoverer.GetTagHelpers(referenceAssembly, cancellationToken);
SourceGenerators\StaticCompilationTagHelperFeature.cs (1)
31return _discoverer.GetTagHelpers(assembly, cancellationToken);