1 write to Context
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
66Context = new TagHelperContext(tagName, _allAttributes, items, uniqueId);
3 references to 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;