2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3305_arguments = []; 3309_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3507args = new object[_arguments.Length]; 3510for (int n = 0; n < _arguments.Length; n++) 3513_arguments[n], 4246Type[] types = new Type[_arguments.Length]; 4247for (int n = 0; n < _arguments.Length; n++) 4292if (parameters.Length == _arguments.Length)