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)
28
return
_wasProbed
;
33
=>
_wasProbed
|| await ProbeAsync(cancellationToken).ConfigureAwait(false);