3 references to RemoveQuotesAndSlashes
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (3)
440string unquoted = RemoveQuotesAndSlashes(value); 458string unquoted = RemoveQuotesAndSlashes(value); 559string path = RemoveQuotesAndSlashes(arg.Substring(1)).TrimEnd(null);