2 references to CommandLineUtilities
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedToolTask.cs (2)
142
CommandLineUtilities
.SplitCommandLineIntoArguments(GenerateToolArguments().AsSpan(), removeHashComments: true, builder, argumentList, out _);
143
CommandLineUtilities
.SplitCommandLineIntoArguments(responseFileCommands.AsSpan(), removeHashComments: true, builder, argumentList, out _);