1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (1)
InteractiveCompiler.cs (1)
200
CommandLineArgs
= 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;
63
return (ITaskItem[]?)_store[nameof(
CommandLineArgs
)];