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