4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
500
_isBatchInProgress
= true;
537
_isBatchInProgress
= false;
799
_isBatchInProgress
= true;
854
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
721
if (!
_isBatchInProgress
)
794
if (
_isBatchInProgress
)