2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3723_arguments = []; 3727_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3925args = new object[_arguments.Length]; 3928for (int n = 0; n < _arguments.Length; n++) 3931_arguments[n], 4663Type[] types = new Type[_arguments.Length]; 4664for (int n = 0; n < _arguments.Length; n++) 4709if (parameters.Length == _arguments.Length)