5 references to RemoveQuotesAndSlashes
Microsoft.CodeAnalysis (5)
CommandLine\CommandLineParser.cs (5)
854filePath = RemoveQuotesAndSlashes(parts[offset + 0]); 859resourceName = RemoveQuotesAndSlashes(parts[offset + 1]); 864rawAccessibility = RemoveQuotesAndSlashes(parts[offset + 2]); 930? RemoveQuotesAndSlashes(arg.AsMemory()) 1160string path = RemoveQuotesAndSlashes(arg);