5 references to IsProject
Aspire.Hosting (5)
ApplicationModel\ExecutableLaunchRecipe.cs (3)
377if (KnownLaunchConfigurationTypes.IsProject(debugSupport.LaunchConfigurationType) && 545!KnownLaunchConfigurationTypes.IsProject(customDebugSupport.LaunchConfigurationType)) 600KnownLaunchConfigurationTypes.IsProject(type.GetString());
Dcp\ExecutableLaunchPolicy.cs (2)
38!KnownLaunchConfigurationTypes.IsProject(debugSupport.LaunchConfigurationType) 108if (KnownLaunchConfigurationTypes.IsProject(launchConfigurationType))