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