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