4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
525_isBatchInProgress = true; 562_isBatchInProgress = false; 824_isBatchInProgress = true; 879_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
746if (!_isBatchInProgress) 819if (_isBatchInProgress)