1 write to Context
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
66
Context
= new TagHelperContext(tagName, _allAttributes, items, uniqueId);
3 references to Context
Microsoft.AspNetCore.Razor.Runtime (3)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
194
Context
.Reinitialize(tagName, Items, uniqueId);
Runtime\TagHelpers\TagHelperRunner.cs (2)
25
var tagHelperContext = executionContext.
Context
;
54
var tagHelperContext = executionContext.
Context
;