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