5 references to ParseSeparatedStrings
Microsoft.CodeAnalysis.UnitTests (5)
CommonCommandLineParserTests.cs (5)
1122ParseSeparatedStrings(@"a,b", new[] { ',' }), 1126ParseSeparatedStrings(@"a,,b", new[] { ',' }), 1138ParseSeparatedStrings(@"""a"",b", new[] { ',' }), 1142ParseSeparatedStrings(@"""a,b""", new[] { ',' }), 1146ParseSeparatedStrings(@"""a"",""b", new[] { ',' }),