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