2 writes to _arguments
System.Core (2)
Microsoft\Scripting\Ast\NewExpression.cs (2)
47_arguments = arguments; 78get { return ReturnReadOnly(ref _arguments); }
2 references to _arguments
System.Core (2)
Microsoft\Scripting\Ast\NewExpression.cs (2)
82return _arguments[index]; 87return _arguments.Count;