7 references to Quote
dotnet-watch (7)
Utilities\CommandLineUtilities.cs (7)
44
stringBuilder.Append(
Quote
);
63
else if (argument[idx] ==
Quote
)
67
stringBuilder.Append(
Quote
);
79
if (c ==
Quote
)
84
stringBuilder.Append(
Quote
);
91
stringBuilder.Append(
Quote
);
100
if (char.IsWhiteSpace(c) || c ==
Quote
)