13 references to Add
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
RenderAtEndOfFormTagHelperTest.cs (2)
107tagHelperExecutionContext.Add(new ChildContentInvoker()); 108tagHelperExecutionContext.Add(new RenderAtEndOfFormTagHelper
Microsoft.AspNetCore.Razor.Runtime.Test (11)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (3)
557executionContext.Add(tagHelper); 573executionContext.Add(tagHelper1); 574executionContext.Add(tagHelper2);
Runtime\TagHelpers\TagHelperRunnerTest.cs (8)
31executionContext.Add(callbackTagHelper); 101executionContext.Add(orderedTagHelper); 122executionContext.Add(tagHelper); 142executionContext.Add(executableTagHelper1); 143executionContext.Add(executableTagHelper2); 160executionContext.Add(executableTagHelper); 181executionContext.Add(tagHelper); 196executionContext.Add(tagHelper);