3 references to LaunchConfigurations
dotnet-watch (3)
RunSessionRequest.cs (3)
68
Debug.Assert(
LaunchConfigurations
.Length == 1, $"Unexpected number of launch configurations {
LaunchConfigurations
.Length}");
70
var projectLaunchConfig =
LaunchConfigurations
.FirstOrDefault(launchConfig => string.Equals(launchConfig.LaunchType, ProjectLaunchConfigurationType, StringComparison.OrdinalIgnoreCase));