4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
506
_isBatchInProgress
= true;
543
_isBatchInProgress
= false;
805
_isBatchInProgress
= true;
860
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
727
if (!
_isBatchInProgress
)
800
if (
_isBatchInProgress
)