4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
473_isBatchInProgress = true; 484_isBatchInProgress = false; 746_isBatchInProgress = true; 790_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
668if (!_isBatchInProgress) 741if (_isBatchInProgress)