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