4 writes to _isBatchInProgress
Microsoft.AspNetCore.Components (4)
RenderTree\Renderer.cs (4)
483
_isBatchInProgress
= true;
494
_isBatchInProgress
= false;
756
_isBatchInProgress
= true;
800
_isBatchInProgress
= false;
2 references to _isBatchInProgress
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
678
if (!
_isBatchInProgress
)
751
if (
_isBatchInProgress
)