4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
500_isBatchInProgress = true; 537_isBatchInProgress = false; 799_isBatchInProgress = true; 854_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
721if (!_isBatchInProgress) 794if (_isBatchInProgress)