4 references to SplitCommandLineIntoArguments
Microsoft.Build.Tasks.CodeAnalysis (4)
InteractiveCompiler.cs (2)
278
var commandLineArguments = CommandLineUtilities.
SplitCommandLineIntoArguments
(commandLineCommands, removeHashComments: true);
279
var responseFileArguments = CommandLineUtilities.
SplitCommandLineIntoArguments
(responseFileCommands, removeHashComments: true);
ManagedCompiler.cs (2)
812
CommandLineUtilities.
SplitCommandLineIntoArguments
(commandLineCommands, removeHashComments: true);
814
CommandLineUtilities.
SplitCommandLineIntoArguments
(responseFileCommands, removeHashComments: true);