2 references to GenerateToolArguments
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
80var commandLineArguments = GenerateToolArguments(); 157CommandLineUtilities.SplitCommandLineIntoArguments(GenerateToolArguments().AsSpan(), removeHashComments: true, builder, argumentList, out _);