10 references to Quote
Microsoft.DotNet.RemoteExecutor (10)
PasteArguments.cs (10)
39
if (c ==
Quote
)
50
stringBuilder.Append(
Quote
);
52
stringBuilder.Append(
Quote
);
88
stringBuilder.Append(
Quote
);
107
else if (argument[idx] ==
Quote
)
111
stringBuilder.Append(
Quote
);
123
if (c ==
Quote
)
128
stringBuilder.Append(
Quote
);
135
stringBuilder.Append(
Quote
);
144
if (char.IsWhiteSpace(c) || c ==
Quote
)