1 write to Context
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
66Context = new TagHelperContext(tagName, _allAttributes, items, uniqueId);
10 references to Context
Microsoft.AspNetCore.Mvc.Razor.Test (5)
RazorPageTest.cs (5)
1002var context = executionContext.Context; 1047var context = executionContext.Context; 1093var context = executionContext.Context; 1128var context = executionContext.Context; 1161var context = executionContext.Context;
Microsoft.AspNetCore.Razor.Runtime (3)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
194Context.Reinitialize(tagName, Items, uniqueId);
Runtime\TagHelpers\TagHelperRunner.cs (2)
25var tagHelperContext = executionContext.Context; 54var tagHelperContext = executionContext.Context;
Microsoft.AspNetCore.Razor.Runtime.Test (2)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (2)
181var context = executionContext.Context; 540var context = executionContext.Context;