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