2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3794_arguments = []; 3798_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
4028args = new object[_arguments.Length]; 4031for (int n = 0; n < _arguments.Length; n++) 4034_arguments[n], 4786Type[] types = new Type[_arguments.Length]; 4787for (int n = 0; n < _arguments.Length; n++) 4832if (parameters.Length == _arguments.Length)