5 references to ParseSeparatedStrings
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (3)
226ParseSeparatedStrings(arg, s_pathSeparators, removeEmptyEntries: true, parts); 836ParseSeparatedStrings(resourceDescriptor, s_resourceSeparators, removeEmptyEntries: false, parts); 1069ParseSeparatedStrings(str, s_pathSeparators, removeEmptyEntries: true, builder);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
2069ParseSeparatedStrings(value, s_warningSeparators, removeEmptyEntries: true, parts);
Microsoft.CodeAnalysis.UnitTests (1)
CommonCommandLineParserTests.cs (1)
1114CommandLineParser.ParseSeparatedStrings(arg.AsMemory(), separators, removeEmptyEntries, builder);