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