8 references to EnsureAllPathsExist
dotnet (8)
Commands\New\DotnetCommandCallbacks.cs (6)
18
PathUtility.
EnsureAllPathsExist
([projectPath], CliStrings.CommonFileNotFound, allowDirectories: false);
30
PathUtility.
EnsureAllPathsExist
([projectPath], CliStrings.CommonFileNotFound, allowDirectories: false);
31
PathUtility.
EnsureAllPathsExist
([projectToAdd], CliStrings.CommonFileNotFound, allowDirectories: false);
39
PathUtility.
EnsureAllPathsExist
([pathToRestore], CliStrings.CommonFileNotFound, allowDirectories: true);
46
PathUtility.
EnsureAllPathsExist
([solutionPath], CliStrings.CommonFileNotFound, allowDirectories: false);
47
PathUtility.
EnsureAllPathsExist
(projectsToAdd, CliStrings.CommonFileNotFound, allowDirectories: false);
Commands\Reference\Add\ReferenceAddCommand.cs (1)
33
PathUtility.
EnsureAllPathsExist
(arguments,
Commands\Solution\Add\SolutionAddCommand.cs (1)
59
PathUtility.
EnsureAllPathsExist
(_projects, CliStrings.CouldNotFindProjectOrDirectory, true);