1 write to _executionContext
aspire (1)
Commands\InitCommand.cs (1)
98_executionContext = executionContext;
3 references to _executionContext
aspire (3)
Commands\InitCommand.cs (3)
169initContext.SelectedSolutionFile = await _solutionLocator.FindSolutionFileAsync(_executionContext.WorkingDirectory, cancellationToken); 552var workingDirectory = _executionContext.WorkingDirectory; 731var templatePackages = await channel.GetTemplatePackagesAsync(_executionContext.WorkingDirectory, ct);