2 writes to _arguments
Microsoft.Build (2)
Evaluation\Expander.Function.cs (2)
142_arguments = []; 146_arguments = arguments;
6 references to _arguments
Microsoft.Build (6)
Evaluation\Expander.Function.cs (6)
405args = new object[_arguments.Length]; 408for (int n = 0; n < _arguments.Length; n++) 411_arguments[n], 1247Type[] types = new Type[_arguments.Length]; 1248for (int n = 0; n < _arguments.Length; n++) 1299if (parameters.Length == _arguments.Length)