18 references to Decision
Aspire.Hosting (18)
ApplicationModel\ExecutableLaunchRecipe.cs (18)
320
context.
Decision
.Mechanism == ExecutableLaunchMechanism.Ide &&
321
context.
Decision
.DebugSupport is { } activeDebugSupport &&
363
context.
Decision
.Mechanism,
372
if (context.
Decision
.DebugSupport is not { } debugSupport)
396
context.
Decision
.LaunchMode,
448
if (context.
Decision
.Mechanism == ExecutableLaunchMechanism.Process)
471
context.
Decision
.Mechanism == ExecutableLaunchMechanism.Ide &&
487
context.
Decision
.Mechanism == ExecutableLaunchMechanism.Ide &&
488
context.
Decision
.DebugSupport is { } activeDebugSupport &&
500
context.
Decision
.Mechanism,
523
context.
Decision
.Mechanism,
542
ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.
Decision
.ProjectLaunchMode)));
544
if (context.
Decision
.DebugSupport is { } customDebugSupport &&
554
when (context.
Decision
.Mechanism == ExecutableLaunchMechanism.Process)
569
if (context.
Decision
.DebugSupport is { } debugSupport)
577
if (context.
Decision
.UseCompatibilityProjectLaunchConfiguration)
580
ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.
Decision
.ProjectLaunchMode)));
584
if (context.
Decision
.Mechanism == ExecutableLaunchMechanism.Process && executableAnnotation is null)