18 references to Decision
Aspire.Hosting (18)
ApplicationModel\ExecutableLaunchRecipe.cs (18)
320context.Decision.Mechanism == ExecutableLaunchMechanism.Ide && 321context.Decision.DebugSupport is { } activeDebugSupport && 363context.Decision.Mechanism, 372if (context.Decision.DebugSupport is not { } debugSupport) 396context.Decision.LaunchMode, 448if (context.Decision.Mechanism == ExecutableLaunchMechanism.Process) 471context.Decision.Mechanism == ExecutableLaunchMechanism.Ide && 487context.Decision.Mechanism == ExecutableLaunchMechanism.Ide && 488context.Decision.DebugSupport is { } activeDebugSupport && 500context.Decision.Mechanism, 523context.Decision.Mechanism, 542ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode))); 544if (context.Decision.DebugSupport is { LaunchConfigurationType: not KnownLaunchConfigurationTypes.Project } customDebugSupport) 553when (context.Decision.Mechanism == ExecutableLaunchMechanism.Process) 568if (context.Decision.DebugSupport is { } debugSupport) 576if (context.Decision.UseCompatibilityProjectLaunchConfiguration) 579ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode))); 583if (context.Decision.Mechanism == ExecutableLaunchMechanism.Process && executableAnnotation is null)