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)
38private readonly ImmutableArray<DirectiveTagHelperContribution> _directiveTagHelperContributions; 53ImmutableArray<DirectiveTagHelperContribution> directiveTagHelperContributions) 282internal ImmutableArray<DirectiveTagHelperContribution> GetDirectiveTagHelperContributions() 285internal RazorCodeDocument WithDirectiveTagHelperContributions(ImmutableArray<DirectiveTagHelperContribution> value)
Language\RazorCodeDocumentExtensions.cs (1)
184foreach (var contribution in contributions)