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