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