6 references to WhenAny
dotnet-svcutil-lib (1)
Shared\Utilities\AsyncHelper.cs (1)
50
finishedTask = await Task.
WhenAny
(Task<T>.Run(func, cancellationToken), taskCompletionSrc.Task);
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
800
await Task.
WhenAny
(ipcServerStreamTask, netServerStreamTask).ConfigureAwait(false);
Microsoft.Extensions.Diagnostics.Testing (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TaskWaitAsync\TaskExtensions.cs (1)
43
var t = await Task.
WhenAny
(task, tcs.Task).ConfigureAwait(false);
Microsoft.Extensions.Http.Diagnostics (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TaskWaitAsync\TaskExtensions.cs (1)
43
var t = await Task.
WhenAny
(task, tcs.Task).ConfigureAwait(false);
Microsoft.ML.Core (1)
Utilities\ResourceManagerUtils.cs (1)
165
var completedTask = await Task.
WhenAny
(t, timeoutTask);
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
495
_ = await Task.
WhenAny
(tasks);