9 references to EnsureAllPathsExist
dotnet (9)
Commands\New\DotnetCommandCallbacks.cs (6)
18
PathUtility.
EnsureAllPathsExist
([projectPath], CliStrings.CommonFileNotFound, allowDirectories: false);
36
PathUtility.
EnsureAllPathsExist
([projectPath], CliStrings.CommonFileNotFound, allowDirectories: false);
37
PathUtility.
EnsureAllPathsExist
([projectToAdd], CliStrings.CommonFileNotFound, allowDirectories: false);
49
PathUtility.
EnsureAllPathsExist
([pathToRestore], CliStrings.CommonFileNotFound, allowDirectories: true);
56
PathUtility.
EnsureAllPathsExist
([solutionPath], CliStrings.CommonFileNotFound, allowDirectories: false);
57
PathUtility.
EnsureAllPathsExist
(projectsToAdd, CliStrings.CommonFileNotFound, allowDirectories: false);
Commands\Reference\Add\ReferenceAddCommand.cs (2)
54
PathUtility.
EnsureAllPathsExist
(arguments,
121
PathUtility.
EnsureAllPathsExist
(arguments, CliStrings.CouldNotFindProjectOrDirectory, true);
Commands\Solution\Add\SolutionAddCommand.cs (1)
62
PathUtility.
EnsureAllPathsExist
(_projects, CliStrings.CouldNotFindProjectOrDirectory, true);