1 write to _wasProbed
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntimes.cs (1)
27_wasProbed = await Operations.ProbeCommandAsync(Command, ProbeArguments, cancellationToken).ConfigureAwait(false);
2 references to _wasProbed
Microsoft.NET.Build.Containers (2)
LocalDaemons\ContainerRuntimes.cs (2)
28return _wasProbed; 33=> _wasProbed || await ProbeAsync(cancellationToken).ConfigureAwait(false);