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) 156await foreach (var candidate in _projectLocator.FindAppHostProjectsStreamAsync(_executionContext.WorkingDirectory, scope, cancellationToken: cancellationToken).ConfigureAwait(false)) 206_executionContext.WorkingDirectory,