1 write to QuiescenceTask
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\HtmlRootComponent.cs (1)
20QuiescenceTask = quiescenceTask;
8 references to QuiescenceTask
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
288_htmlToEmitOrNull.HasValue ? _htmlToEmitOrNull.Value.QuiescenceTask : Task.CompletedTask;
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;