1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (1)
InteractiveCompiler.cs (1)
200CommandLineArgs = GetArguments(commandLineCommands, responseFileCommands).Select(arg => new TaskItem(arg)).ToArray();
2 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (2)
InteractiveCompiler.cs (2)
58_store[nameof(CommandLineArgs)] = value; 63return (ITaskItem[]?)_store[nameof(CommandLineArgs)];