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