4 references to GetCommandAsync
Microsoft.NET.Build.Containers (4)
LocalDaemons\DockerCli.cs (4)
76
string? command = await
GetCommandAsync
(cancellationToken);
133
string? command = await
GetCommandAsync
(cancellationToken);
234
string? command = await
GetCommandAsync
(cancellationToken);
284
=>
GetCommandAsync
(default).GetAwaiter().GetResult();