1 write to _executionContext
aspire (1)
Commands\InitCommand.cs (1)
81
_executionContext
= executionContext;
2 references to _executionContext
aspire (2)
Commands\InitCommand.cs (2)
108
initContext.SelectedSolutionFile = await _solutionLocator.FindSolutionFileAsync(
_executionContext
.WorkingDirectory, cancellationToken);
507
var templatePackages = await channel.GetTemplatePackagesAsync(
_executionContext
.WorkingDirectory, ct);