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