2 writes to _arguments
System.Core (2)
Microsoft\Scripting\Ast\IndexExpression.cs (2)
57
_arguments
= arguments;
99
get { return ReturnReadOnly(ref
_arguments
); }
4 references to _arguments
System.Core (4)
Microsoft\Scripting\Ast\IndexExpression.cs (4)
118
return
_arguments
[index];
123
return
_arguments
.Count;
136
Debug.Assert(arguments == null || arguments.Length ==
_arguments
.Count);
138
return Expression.MakeIndex(instance, _indexer, arguments ??
_arguments
);