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 { } customDebugSupport && 554when (context.Decision.Mechanism == ExecutableLaunchMechanism.Process) 569if (context.Decision.DebugSupport is { } debugSupport) 577if (context.Decision.UseCompatibilityProjectLaunchConfiguration) 580ProjectLaunchConfigurationFactory.Create(resource, projectMetadata, context.Decision.ProjectLaunchMode))); 584if (context.Decision.Mechanism == ExecutableLaunchMechanism.Process && executableAnnotation is null)