1 write to _projectLocator
aspire (1)
Commands\LsCommand.cs (1)
51_projectLocator = projectLocator;
3 references to _projectLocator
aspire (3)
Commands\LsCommand.cs (3)
105_ => await _projectLocator.FindAppHostProjectsAsync(_executionContext.WorkingDirectory, scope, cancellationToken).ConfigureAwait(false) 156await foreach (var candidate in _projectLocator.FindAppHostProjectsStreamAsync(_executionContext.WorkingDirectory, scope, cancellationToken: cancellationToken).ConfigureAwait(false)) 204await foreach (var candidate in _projectLocator