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