4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
483_isBatchInProgress = true; 494_isBatchInProgress = false; 756_isBatchInProgress = true; 800_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
678if (!_isBatchInProgress) 751if (_isBatchInProgress)