3 references to GenerateCommandLineArgsTaskItems
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
191
CommandLineArgs =
GenerateCommandLineArgsTaskItems
(responseFileCommands);
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
517
CommandLineArgs =
GenerateCommandLineArgsTaskItems
(responseFileCommands);
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
26
Assert.Equal(expected, task.
GenerateCommandLineArgsTaskItems
(rsp).Select(x => x.ItemSpec));