3 references to ParseSeparatedStrings
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (3)
215
ParseSeparatedStrings
(arg, s_pathSeparators, removeEmptyEntries: true, parts);
832
ParseSeparatedStrings
(resourceDescriptor, s_resourceSeparators, removeEmptyEntries: false, parts);
1039
ParseSeparatedStrings
(str, s_pathSeparators, removeEmptyEntries: true, builder);