4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
519
_isBatchInProgress
= true;
556
_isBatchInProgress
= false;
818
_isBatchInProgress
= true;
873
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
740
if (!
_isBatchInProgress
)
813
if (
_isBatchInProgress
)