3 references to ProjectLaunchConfigurationType
Microsoft.WebTools.AspireService.Tests (3)
AspireServerServiceTests.cs (1)
491type = RunSessionRequest.ProjectLaunchConfigurationType,
RunSessionRequest.cs (1)
70var projectLaunchConfig = LaunchConfigurations.FirstOrDefault(launchConfig => string.Equals(launchConfig.LaunchType, ProjectLaunchConfigurationType, StringComparison.OrdinalIgnoreCase));
RunSessionRequestTests.cs (1)
29LaunchType = RunSessionRequest.ProjectLaunchConfigurationType,