5 references to CommandLineUtilities
Microsoft.CodeAnalysis (5)
CommandLine\CommandLineParser.cs (5)
609
CommandLineUtilities
.SplitCommandLineIntoArguments(
627
CommandLineUtilities
.SplitCommandLineIntoArguments(
686
arguments.AddRange(
CommandLineUtilities
.SplitCommandLineIntoArguments(line, removeHashComments: true));
890
/// See <see cref="
CommandLineUtilities
.SplitCommandLineIntoArguments(string, bool)"/>
894
return
CommandLineUtilities
.SplitCommandLineIntoArguments(commandLine, removeHashComments);