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