1 write to Context
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
66
Context
= new TagHelperContext(tagName, _allAttributes, items, uniqueId);
10 references to Context
Microsoft.AspNetCore.Mvc.Razor.Test (5)
RazorPageTest.cs (5)
1002
var context = executionContext.
Context
;
1047
var context = executionContext.
Context
;
1093
var context = executionContext.
Context
;
1128
var context = executionContext.
Context
;
1161
var context = executionContext.
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
;
Microsoft.AspNetCore.Razor.Runtime.Test (2)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (2)
181
var context = executionContext.
Context
;
540
var context = executionContext.
Context
;