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)
277
using var selector = new
RunCommandSelector
(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
426
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)
226
if (!
RunCommandSelector
.TrySelectTargetFramework(frameworks, isInteractive, "dotnet test", out string? selectedFramework))
253
/// <see cref="
RunCommandSelector
.TrySelectDevice"/>, and exits without
277
using
var
selector = new RunCommandSelector(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
426
using
var
selector = new RunCommandSelector(