2 writes to _arguments
System.Core (2)
Microsoft\Scripting\Ast\DynamicExpression.cs (2)
436_arguments = arguments; 450return ReturnReadOnly(ref _arguments);
2 references to _arguments
System.Core (2)
Microsoft\Scripting\Ast\DynamicExpression.cs (2)
440return _arguments[index]; 445return _arguments.Count;