1 write to _projectLocator
aspire (1)
Commands\UpdateCommand.cs (1)
79
_projectLocator
= projectLocator;
3 references to _projectLocator
aspire (3)
Commands\UpdateCommand.cs (3)
203
projectFile = await
_projectLocator
.UseOrFindAppHostProjectFileAsync(passedAppHostProjectFile, createSettingsFile: true, cancellationToken);
207
projectFile = await
_projectLocator
.GetAppHostFromSettingsAsync(cancellationToken)
208
?? await
_projectLocator
.UseOrFindAppHostProjectFileAsync(null, createSettingsFile: true, cancellationToken);