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