4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
506_isBatchInProgress = true; 543_isBatchInProgress = false; 805_isBatchInProgress = true; 860_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
727if (!_isBatchInProgress) 800if (_isBatchInProgress)