4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
512_isBatchInProgress = true; 549_isBatchInProgress = false; 811_isBatchInProgress = true; 866_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
733if (!_isBatchInProgress) 806if (_isBatchInProgress)