2 references to CmdNonExistentDirectoryErrorDescription
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
43
return (false, string.Format(CliCommandStrings.
CmdNonExistentDirectoryErrorDescription
, directory));
139
return (false, string.Format(CliCommandStrings.
CmdNonExistentDirectoryErrorDescription
, directory));