3 references to GetCommandAsync
Microsoft.NET.Build.Containers (3)
LocalDaemons\DockerCli.cs (3)
76
string? command = await
GetCommandAsync
(cancellationToken);
143
string? command = await
GetCommandAsync
(cancellationToken);
193
=>
GetCommandAsync
(default).GetAwaiter().GetResult();