1 instantiation of RunCommandSelector
dotnet (1)
Commands\Run\RunCommand.cs (1)
159? new RunCommandSelector(ProjectFileFullPath, Interactive, MSBuildArgs, EnvironmentVariables, logger)
3 references to RunCommandSelector
dotnet (3)
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))