3 references to CouldNotFindProjectOrDirectory
dotnet (3)
Commands\Reference\Add\ReferenceAddCommand.cs (2)
55CliStrings.CouldNotFindProjectOrDirectory, true); 121PathUtility.EnsureAllPathsExist(arguments, CliStrings.CouldNotFindProjectOrDirectory, true);
Commands\Solution\Add\SolutionAddCommand.cs (1)
62PathUtility.EnsureAllPathsExist(_projects, CliStrings.CouldNotFindProjectOrDirectory, true);