4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
473
_isBatchInProgress
= true;
484
_isBatchInProgress
= false;
746
_isBatchInProgress
= true;
790
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
668
if (!
_isBatchInProgress
)
741
if (
_isBatchInProgress
)