1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
510CommandLineArgs = GenerateCommandLineArgsTaskItems(responseFileCommands);
3 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
129set { _store[nameof(CommandLineArgs)] = value; } 130get { return (ITaskItem[]?)_store[nameof(CommandLineArgs)]; }
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
39Assert.Equal(expected, compilerTask.CommandLineArgs!.Select(x => x.ItemSpec));