5 references to RemoveQuotesAndSlashes
Microsoft.CodeAnalysis (5)
CommandLine\CommandLineParser.cs (5)
853filePath = RemoveQuotesAndSlashes(parts[offset + 0]); 858resourceName = RemoveQuotesAndSlashes(parts[offset + 1]); 863rawAccessibility = RemoveQuotesAndSlashes(parts[offset + 2]); 929? RemoveQuotesAndSlashes(arg.AsMemory()) 1159string path = RemoveQuotesAndSlashes(arg);