1 write to _executionContext
aspire (1)
Commands\BaseCommand.cs (1)
76
_executionContext
= services.ExecutionContext;
4 references to _executionContext
aspire (4)
Commands\BaseCommand.cs (4)
61
protected CliExecutionContext ExecutionContext =>
_executionContext
;
106
_executionContext
.Command = this;
210
_executionContext
.LogFilePath,
237
string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.SeeLogsAt, MarkupHelpers.SafeFileLink(InteractionService,
_executionContext
.LogFilePath)),