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