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