3 references to Process
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
808
exe.Spec.ExecutionType = ExecutionType.
Process
;
866
exeSpec.Spec.ExecutionType = ExecutionType.
Process
;
1065
if (spec.ExecutionType == ExecutionType.
Process
|| (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0))