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