1 write to QuiescenceTask
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\HtmlRootComponent.cs (1)
20QuiescenceTask = quiescenceTask;
13 references to QuiescenceTask
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
384_htmlToEmitOrNull.HasValue ? _htmlToEmitOrNull.Value.QuiescenceTask : Task.CompletedTask;
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
EndpointHtmlRendererTest.cs (5)
985await renderer.Dispatcher.InvokeAsync(() => renderer.BeginRenderingComponent(component, ParameterView.Empty).QuiescenceTask); 1010await result.QuiescenceTask; 1093Assert.False(result.QuiescenceTask.IsCompleted); 1095await result.QuiescenceTask; 1170await renderer.BeginRenderingComponent(component, ParameterView.Empty).QuiescenceTask;
Microsoft.AspNetCore.Components.Web (5)
HtmlRendering\HtmlRenderer.cs (5)
46/// any asynchronous operations such as loading, await <see cref="HtmlRootComponent.QuiescenceTask"/> before 57/// any asynchronous operations such as loading, await <see cref="HtmlRootComponent.QuiescenceTask"/> before 70/// any asynchronous operations such as loading, await <see cref="HtmlRootComponent.QuiescenceTask"/> before 82/// any asynchronous operations such as loading, await <see cref="HtmlRootComponent.QuiescenceTask"/> before 135await content.QuiescenceTask;
Microsoft.AspNetCore.Components.Web.Tests (2)
HtmlRendering\HtmlRendererTest.cs (2)
873var quiescenceTask = result.QuiescenceTask; 965return content.QuiescenceTask;