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