5 writes to Task
Microsoft.AspNetCore.Components.Web.Tests (5)
HtmlRendering\HtmlRendererTest.cs (5)
866
var services = GetServiceProvider(collection =>collection.AddSingleton(new AsyncLoadingComponentCompletion {
Task
= completionTcs.Task }));
888
var services = GetServiceProvider(collection => collection.AddSingleton(new AsyncLoadingComponentCompletion {
Task
= new TaskCompletionSource().Task }));
910
var services = GetServiceProvider(collection => collection.AddSingleton(new AsyncLoadingComponentCompletion {
Task
= Task.Delay(0) }));
929
var services = GetServiceProvider(collection => collection.AddSingleton(new AsyncLoadingComponentCompletion {
Task
= new TaskCompletionSource().Task }));
951
var services = GetServiceProvider(collection => collection.AddSingleton(new AsyncLoadingComponentCompletion {
Task
= completionTcs.Task }));
2 references to Task
Microsoft.AspNetCore.Components.Web.Tests (2)
HtmlRendering\HtmlRendererTest.cs (2)
1324
await Completion.
Task
;
1344
await Completion.
Task
;