4 implementations of
System.Core (4)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (2)
199
object IRuntimeVariables.
this
[int index] {
231
public object
this
[int index] {
Microsoft\Scripting\Compiler\RuntimeVariableList.cs (2)
58
object IRuntimeVariables.
this
[int index] {
97
public 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)
234
return (index >= 0) ? _first
[
index] : _second[-1 - index];