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