2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3775_arguments = []; 3779_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3977args = new object[_arguments.Length]; 3980for (int n = 0; n < _arguments.Length; n++) 3983_arguments[n], 4715Type[] types = new Type[_arguments.Length]; 4716for (int n = 0; n < _arguments.Length; n++) 4761if (parameters.Length == _arguments.Length)