3 writes to ExecutionType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
960
exe.Spec.
ExecutionType
= ExecutionType.Process;
1008
exeSpec.Spec.
ExecutionType
= ExecutionType.IDE;
1018
exeSpec.Spec.
ExecutionType
= ExecutionType.Process;
3 references to ExecutionType
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
1256
if (spec.
ExecutionType
== ExecutionType.Process || (spec.
ExecutionType
== ExecutionType.IDE && appHostArgs.Count == 0))
1260
var annotationOnly = spec.
ExecutionType
== ExecutionType.IDE;