2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3324_arguments = []; 3328_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.cs (6)
3526args = new object[_arguments.Length]; 3529for (int n = 0; n < _arguments.Length; n++) 3532_arguments[n], 4265Type[] types = new Type[_arguments.Length]; 4266for (int n = 0; n < _arguments.Length; n++) 4311if (parameters.Length == _arguments.Length)