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