1 instantiation of ExecutionContextPool
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperScopeManager.cs (1)
32
_executionContextPool = new
ExecutionContextPool
(startTagHelperWritingScope, endTagHelperWritingScope);
1 reference to ExecutionContextPool
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperScopeManager.cs (1)
15
private readonly
ExecutionContextPool
_executionContextPool;