2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3309_arguments = []; 3313_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3511args = new object[_arguments.Length]; 3514for (int n = 0; n < _arguments.Length; n++) 3517_arguments[n], 4250Type[] types = new Type[_arguments.Length]; 4251for (int n = 0; n < _arguments.Length; n++) 4296if (parameters.Length == _arguments.Length)