5 references to Task
Microsoft.AspNetCore.Components (4)
Rendering\RendererSynchronizationContext.cs (4)
44var t = completion.Task; // lazy initialize before passing around the struct 121var t = completion.Task; // lazy initialize before passing around the struct 177_taskQueue = completion.Task; 224_taskQueue = completion.Task;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (1)
166private Task Task => _builder.Task;