2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3789_arguments = []; 3793_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3991args = new object[_arguments.Length]; 3994for (int n = 0; n < _arguments.Length; n++) 3997_arguments[n], 4729Type[] types = new Type[_arguments.Length]; 4730for (int n = 0; n < _arguments.Length; n++) 4775if (parameters.Length == _arguments.Length)