8 references to EnsureAllPathsExist
dotnet (8)
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 (1)
35
PathUtility.
EnsureAllPathsExist
(arguments,
Commands\Solution\Add\SolutionAddCommand.cs (1)
60
PathUtility.
EnsureAllPathsExist
(_projects, CliStrings.CouldNotFindProjectOrDirectory, true);