4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
546_isBatchInProgress = true; 583_isBatchInProgress = false; 845_isBatchInProgress = true; 900_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
767if (!_isBatchInProgress) 840if (_isBatchInProgress)