2 writes to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
345_ongoingQuiescenceTask = ProcessAsynchronousWork(); 352_ongoingQuiescenceTask = null;
3 references to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
337if (_ongoingQuiescenceTask is not null) 339await _ongoingQuiescenceTask; 346await _ongoingQuiescenceTask;