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)
836
using var selector = new
RunCommandSelector
(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
563
using var selector = new
RunCommandSelector
(
7 references to RunCommandSelector
dotnet (7)
Commands\Run\RunCommand.cs (3)
154
using
var
selector = ProjectFileFullPath is not null
252
private bool TrySelectTargetFrameworkAndDeviceIfNeeded(
RunCommandSelector
selector)
360
if (
RunCommandSelector
.TrySelectTargetFramework(frameworks, Interactive, "dotnet run", out string? selectedFramework))
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
785
if (!
RunCommandSelector
.TrySelectTargetFramework(frameworks, isInteractive, "dotnet test", out string? selectedFramework))
812
/// <see cref="
RunCommandSelector
.TrySelectDevice"/>, and exits without
836
using
var
selector = new RunCommandSelector(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
563
using
var
selector = new RunCommandSelector(