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