2 writes to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
389_ongoingQuiescenceTask = ProcessAsynchronousWork(); 396_ongoingQuiescenceTask = null;
3 references to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
381if (_ongoingQuiescenceTask is not null) 383await _ongoingQuiescenceTask; 390await _ongoingQuiescenceTask;