1 write to _executionContext
aspire (1)
Commands\LsCommand.cs (1)
52
_executionContext
= services.ExecutionContext;
4 references to _executionContext
aspire (4)
Commands\LsCommand.cs (4)
96
&& !
_executionContext
.DebugMode;
105
_ => await _projectLocator.FindAppHostProjectsAsync(
_executionContext
.WorkingDirectory, scope, cancellationToken).ConfigureAwait(false)
156
await foreach (var candidate in _projectLocator.FindAppHostProjectsStreamAsync(
_executionContext
.WorkingDirectory, scope, cancellationToken: cancellationToken).ConfigureAwait(false))
206
_executionContext
.WorkingDirectory,