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