2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.Function.cs (2)
105_arguments = []; 109_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.Function.cs (6)
339args = new object[_arguments.Length]; 342for (int n = 0; n < _arguments.Length; n++) 345_arguments[n], 1097Type[] types = new Type[_arguments.Length]; 1098for (int n = 0; n < _arguments.Length; n++) 1143if (parameters.Length == _arguments.Length)