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