3 references to ProbeAsync
Microsoft.NET.Build.Containers (3)
LocalDaemons\ContainerRuntime.cs (3)
163await ProbeAsync(platformNativeRuntime, cancellationToken).ConfigureAwait(false)) 170Task<bool> podmanAvailable = ProbeAsync(podmanRuntime, cancellationToken); 171Task<bool> dockerAvailable = ProbeAsync(dockerRuntime, cancellationToken);