1 write to _executionContexts
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperScopeManager.cs (1)
112_executionContexts = new List<TagHelperExecutionContext>();
4 references to _executionContexts
Microsoft.AspNetCore.Razor.Runtime (4)
Runtime\TagHelpers\TagHelperScopeManager.cs (4)
117public TagHelperExecutionContext Current => _nextIndex > 0 ? _executionContexts[_nextIndex - 1] : null; 128if (_nextIndex == _executionContexts.Count) 139_executionContexts.Add(tagHelperExecutionContext); 143tagHelperExecutionContext = _executionContexts[_nextIndex];