4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
512
_isBatchInProgress
= true;
549
_isBatchInProgress
= false;
811
_isBatchInProgress
= true;
866
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
733
if (!
_isBatchInProgress
)
806
if (
_isBatchInProgress
)