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