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