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)
761
if (!
_isBatchInProgress
)
834
if (
_isBatchInProgress
)