1 write to _executionContextPool
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperScopeManager.cs (1)
32
_executionContextPool
= new ExecutionContextPool(startTagHelperWritingScope, endTagHelperWritingScope);
5 references to _executionContextPool
Microsoft.AspNetCore.Razor.Runtime (5)
Runtime\TagHelpers\TagHelperScopeManager.cs (5)
54
var parentExecutionContext =
_executionContextPool
.Current;
68
var executionContext =
_executionContextPool
.Rent(
85
if (
_executionContextPool
.Current == null)
94
_executionContextPool
.ReturnCurrent();
96
var parentExecutionContext =
_executionContextPool
.Current;