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