6 references to Task
Microsoft.AspNetCore.Components (2)
Rendering\RendererSynchronizationContext.cs (2)
83var t = completion.Task; // lazy initialize before passing around the struct 142var t = completion.Task; // lazy initialize before passing around the struct
System.Net.Sockets (2)
System\Net\Sockets\Socket.Tasks.cs (2)
863t = saea.GetCompletionResponsibility(out responsibleForReturningToPool).Task; 992_ = _builder.Task; // force initialization under the lock (builder itself lazily initializes w/o synchronization)
System.Threading.Tasks.Dataflow (2)
Internal\Common.cs (2)
346return atmb.Task; // must be accessed after SetResult to get the cached task 366return atmb.Task;