4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
525
_isBatchInProgress
= true;
562
_isBatchInProgress
= false;
824
_isBatchInProgress
= true;
879
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
746
if (!
_isBatchInProgress
)
819
if (
_isBatchInProgress
)