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)
54var parentExecutionContext = _executionContextPool.Current; 68var executionContext = _executionContextPool.Rent( 85if (_executionContextPool.Current == null) 94_executionContextPool.ReturnCurrent(); 96var parentExecutionContext = _executionContextPool.Current;