3 references to CommandSelected
aspire (3)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
118
var command = await executionContext.
CommandSelected
.Task.WaitAsync(combined.Token).ConfigureAwait(false);
CliExecutionContext.cs (1)
55
CommandSelected
.TrySetResult(value);
NuGet\NuGetPackagePrefetcher.cs (1)
91
var command = await executionContext.
CommandSelected
.Task.WaitAsync(combined.Token);