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