1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
505
CommandLineArgs
= GetArguments(commandLineCommands, responseFileCommands)
2 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
129
set { _store[nameof(
CommandLineArgs
)] = value; }
130
get { return (ITaskItem[]?)_store[nameof(
CommandLineArgs
)]; }