4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
540_isBatchInProgress = true; 577_isBatchInProgress = false; 839_isBatchInProgress = true; 894_isBatchInProgress = false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
761if (!_isBatchInProgress) 834if (_isBatchInProgress)