2 references to GetRunCommandShorthandProjectValues
dotnet (2)
Commands\Run\RunCommand.cs (2)
1031var projVals = parseResult.GetRunCommandShorthandProjectValues(); 1058var possibleProject = parseResult.GetRunCommandShorthandProjectValues()!.FirstOrDefault()!; // ! are ok because of precondition check in method called before this.