1 write to _executionContext
aspire (1)
Commands\BaseCommand.cs (1)
35_executionContext = executionContext;
2 references to _executionContext
aspire (2)
Commands\BaseCommand.cs (2)
27protected CliExecutionContext ExecutionContext => _executionContext; 41_executionContext.Command = this;