2 references to FormatWithDoubleQuotes
NuGet.Common (2)
Migrations\Migration1.cs (2)
164
Exec("chmod", correctedPermissionsString + " " + path.
FormatWithDoubleQuotes
());
170
string? output = Exec("ls", "-ld " + path.
FormatWithDoubleQuotes
());