3 references to SplitCommandLineIntoArguments
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (3)
687arguments.AddRange(CommandLineUtilities.SplitCommandLineIntoArguments(line, removeHashComments: true)); 891/// See <see cref="CommandLineUtilities.SplitCommandLineIntoArguments(string, bool)"/> 895return CommandLineUtilities.SplitCommandLineIntoArguments(commandLine, removeHashComments);