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