6 references to RemoveQuotesAndSlashes
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (3)
440
string unquoted =
RemoveQuotesAndSlashes
(value);
458
string unquoted =
RemoveQuotesAndSlashes
(value);
559
string path =
RemoveQuotesAndSlashes
(arg.Substring(1)).TrimEnd(null);
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
1294
AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, ErrorLogOptionFormat,
RemoveQuotesAndSlashes
(arg));
1310
AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString, ":<text>",
RemoveQuotesAndSlashes
(arg));
1667
string noQuotes =
RemoveQuotesAndSlashes
(value);