4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
547
_isBatchInProgress
= true;
584
_isBatchInProgress
= false;
846
_isBatchInProgress
= true;
901
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
768
if (!
_isBatchInProgress
)
841
if (
_isBatchInProgress
)