4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
547_isBatchInProgress = true; 584_isBatchInProgress = false; 846_isBatchInProgress = true; 901_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
768if (!_isBatchInProgress) 841if (_isBatchInProgress)