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 { LaunchConfigurationType: not KnownLaunchConfigurationTypes.Project } customDebugSupport)
553
when (context.
Decision
.Mechanism == ExecutableLaunchMechanism.Process)
568
if (context.
Decision
.DebugSupport is { } debugSupport)
576
if (context.
Decision
.UseCompatibilityProjectLaunchConfiguration)
579
ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.
Decision
.ProjectLaunchMode)));
583
if (context.
Decision
.Mechanism == ExecutableLaunchMechanism.Process && executableAnnotation is null)