3 instantiations of RunCommandSelector
dotnet (3)
Commands\Run\RunCommand.cs (1)
155? new RunCommandSelector(ProjectFileFullPath, Interactive, MSBuildArgs, EnvironmentVariables, commandName: "dotnet run", logger)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
277using var selector = new RunCommandSelector(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
426using var selector = new RunCommandSelector(
7 references to RunCommandSelector
dotnet (7)
Commands\Run\RunCommand.cs (3)
154using var selector = ProjectFileFullPath is not null 252private bool TrySelectTargetFrameworkAndDeviceIfNeeded(RunCommandSelector selector) 360if (RunCommandSelector.TrySelectTargetFramework(frameworks, Interactive, "dotnet run", out string? selectedFramework))
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
226if (!RunCommandSelector.TrySelectTargetFramework(frameworks, isInteractive, "dotnet test", out string? selectedFramework)) 253/// <see cref="RunCommandSelector.TrySelectDevice"/>, and exits without 277using var selector = new RunCommandSelector(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
426using var selector = new RunCommandSelector(