4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
546
_isBatchInProgress
= true;
583
_isBatchInProgress
= false;
845
_isBatchInProgress
= true;
900
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
767
if (!
_isBatchInProgress
)
840
if (
_isBatchInProgress
)