1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
517CommandLineArgs = GenerateCommandLineArgsTaskItems(responseFileCommands);
2 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
129set { _store[nameof(CommandLineArgs)] = value; } 130get { return (ITaskItem[]?)_store[nameof(CommandLineArgs)]; }