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