1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
189CommandLineArgs = GenerateCommandLineArgsTaskItems(responseFileCommands);
2 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (2)
56_store[nameof(CommandLineArgs)] = value; 61return (ITaskItem[]?)_store[nameof(CommandLineArgs)];