3 references to SplitCommandLineIntoArguments
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedToolTask.cs (2)
142
CommandLineUtilities.
SplitCommandLineIntoArguments
(GenerateToolArguments().AsSpan(), removeHashComments: true, builder, argumentList, out _);
143
CommandLineUtilities.
SplitCommandLineIntoArguments
(responseFileCommands.AsSpan(), removeHashComments: true, builder, argumentList, out _);
src\Compilers\Core\Portable\InternalUtilities\CommandLineUtilities.cs (1)
57
SplitCommandLineIntoArguments
(commandLine.AsSpan(), removeHashComments, new StringBuilder(), list, out illegalChar);