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