4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
519_isBatchInProgress = true; 556_isBatchInProgress = false; 818_isBatchInProgress = true; 873_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
740if (!_isBatchInProgress) 813if (_isBatchInProgress)