9 references to WithTagHelpers
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
DefaultRazorTagHelperBinderPhaseTest.cs (4)
165
codeDocument = codeDocument.
WithTagHelpers
([tagHelper1, tagHelper2]);
204
codeDocument = codeDocument.
WithTagHelpers
(value: null);
243
codeDocument = codeDocument.
WithTagHelpers
(value: []);
368
codeDocument = codeDocument.
WithTagHelpers
([codeDocumentTagHelper]);
RazorCodeDocumentExtensionsTest.cs (1)
42
codeDocument = codeDocument.
WithTagHelpers
(expected);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\RazorProjectEngine.cs (2)
191
return tagHelpers != null ? codeDocument.
WithTagHelpers
(tagHelpers) : codeDocument;
233
return tagHelpers != null ? codeDocument.
WithTagHelpers
(tagHelpers) : codeDocument;
SourceGenerators\SourceGeneratorProjectEngine.cs (2)
91
codeDocument = codeDocument.
WithTagHelpers
(tagHelpers);
110
codeDocument = codeDocument.
WithTagHelpers
(tagHelpers);