2 instantiations of RunCommandSelector
dotnet (2)
Commands\Run\RunCommand.cs (1)
160? new RunCommandSelector(ProjectFileFullPath, Interactive, MSBuildArgs, EnvironmentVariables, logger)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
421using var selector = new RunCommandSelector(
5 references to RunCommandSelector
dotnet (5)
Commands\Run\RunCommand.cs (3)
159using var selector = ProjectFileFullPath is not null 254private bool TrySelectTargetFrameworkAndDeviceIfNeeded(RunCommandSelector selector) 362if (RunCommandSelector.TrySelectTargetFramework(frameworks, Interactive, out string? selectedFramework))
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
189if (!RunCommandSelector.TrySelectTargetFramework(frameworks, isInteractive, out string? selectedFramework))
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
421using var selector = new RunCommandSelector(