1 write to ContextProcessedWith
Microsoft.AspNetCore.Razor.Runtime.Test (1)
Runtime\TagHelpers\TagHelperRunnerTest.cs (1)
233
ContextProcessedWith
= context;
2 references to ContextProcessedWith
Microsoft.AspNetCore.Razor.Runtime.Test (2)
Runtime\TagHelpers\TagHelperRunnerTest.cs (2)
202
Assert.NotNull(tagHelper.
ContextProcessedWith
);
203
Assert.Same(tagHelper.
ContextProcessedWith
.Items, executionContext.Items);