7 instantiations of DirectiveTagHelperContribution
Microsoft.AspNetCore.Razor.Language.UnitTests (6)
RazorCodeDocumentExtensionsTest.cs (6)
73var contribution = new DirectiveTagHelperContribution(usingDirective.SpanStart, TagHelperCollection.Empty);
92new(directives[0].SpanStart, TagHelperCollection.Empty),
93new(directives[1].SpanStart, TagHelperCollection.Empty),
116new(directives[0].SpanStart, TagHelperCollection.Create([usedTagHelper])),
117new(directives[1].SpanStart, TagHelperCollection.Empty),
142codeDocument = codeDocument.WithDirectiveTagHelperContributions([new(directive.SpanStart, TagHelperCollection.Empty)]);
Microsoft.CodeAnalysis.Razor.Compiler (1)
10 references to DirectiveTagHelperContribution
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Microsoft.CodeAnalysis.Razor.Compiler (7)