1 instantiation of DirectiveTagHelperContribution
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
143_directiveContributions.Add(new(directive.SpanStart, contributedTagHelpers));
7 references to DirectiveTagHelperContribution
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (2)
85private List<DirectiveTagHelperContribution>? _directiveContributions; 110public ImmutableArray<DirectiveTagHelperContribution> GetDirectiveTagHelperContributions()
Language\RazorCodeDocument.cs (4)
40private readonly ImmutableArray<DirectiveTagHelperContribution> _directiveTagHelperContributions; 56ImmutableArray<DirectiveTagHelperContribution> directiveTagHelperContributions, 307internal ImmutableArray<DirectiveTagHelperContribution> GetDirectiveTagHelperContributions() 310internal RazorCodeDocument WithDirectiveTagHelperContributions(ImmutableArray<DirectiveTagHelperContribution> value)
Language\RazorCodeDocumentExtensions.cs (1)
193foreach (var contribution in contributions)