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)
421
using var selector = new
RunCommandSelector
(
5 references to RunCommandSelector
dotnet (5)
Commands\Run\RunCommand.cs (3)
159
using
var
selector = ProjectFileFullPath is not null
254
private bool TrySelectTargetFrameworkAndDeviceIfNeeded(
RunCommandSelector
selector)
362
if (
RunCommandSelector
.TrySelectTargetFramework(frameworks, Interactive, out string? selectedFramework))
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
189
if (!
RunCommandSelector
.TrySelectTargetFramework(frameworks, isInteractive, out string? selectedFramework))
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
421
using
var
selector = new RunCommandSelector(