2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3286_arguments = []; 3290_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3488args = new object[_arguments.Length]; 3491for (int n = 0; n < _arguments.Length; n++) 3494_arguments[n], 5523Type[] types = new Type[_arguments.Length]; 5524for (int n = 0; n < _arguments.Length; n++) 5569if (parameters.Length == _arguments.Length)