1 write to _executionContext
aspire (1)
Commands\BaseCommand.cs (1)
25_executionContext = executionContext;
2 references to _executionContext
aspire (2)
Commands\BaseCommand.cs (2)
19protected CliExecutionContext ExecutionContext => _executionContext; 30_executionContext.Command = this;