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