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