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