4 implementations of
System.Core (4)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (2)
199object IRuntimeVariables.this[int index] { 231public object this[int index] {
Microsoft\Scripting\Compiler\RuntimeVariableList.cs (2)
58object IRuntimeVariables.this[int index] { 97public object this[int index] {
1 write to
System.Core (1)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
239_first[index] = value;
1 reference to
System.Core (1)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
234return (index >= 0) ? _first[index] : _second[-1 - index];