1 write to _executionContext
aspire (1)
Commands\InitCommand.cs (1)
99_executionContext = executionContext;
3 references to _executionContext
aspire (3)
Commands\InitCommand.cs (3)
175initContext.SelectedSolutionFile = await _solutionLocator.FindSolutionFileAsync(_executionContext.WorkingDirectory, cancellationToken); 557var workingDirectory = _executionContext.WorkingDirectory; 727var templatePackages = await channel.GetTemplatePackagesAsync(_executionContext.WorkingDirectory, ct);