2 writes to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
374_ongoingQuiescenceTask = ProcessAsynchronousWork(); 381_ongoingQuiescenceTask = null;
3 references to _ongoingQuiescenceTask
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
366if (_ongoingQuiescenceTask is not null) 368await _ongoingQuiescenceTask; 375await _ongoingQuiescenceTask;