6 references to RemoveQuotesAndSlashesEx
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineParser.cs (4)
933
RemoveQuotesAndSlashesEx
(argMemory).ToString();
937
?
RemoveQuotesAndSlashesEx
(m).ToString()
942
?
RemoveQuotesAndSlashesEx
(m)
1072
builder[i] =
RemoveQuotesAndSlashesEx
(builder[i]);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
370
ParseConditionalCompilationSymbols(
RemoveQuotesAndSlashesEx
(valueMemory.Value), defines, out defineDiagnostics);
Microsoft.CodeAnalysis.UnitTests (1)
CommonCommandLineParserTests.cs (1)
1264
var memory = CommandLineParser.
RemoveQuotesAndSlashesEx
(arg.AsMemory());