2 writes to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
361_ongoingQuiescenceTask = ProcessAsynchronousWork(); 368_ongoingQuiescenceTask = null;
3 references to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
353if (_ongoingQuiescenceTask is not null) 355await _ongoingQuiescenceTask; 362await _ongoingQuiescenceTask;