2 writes to Index
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayIndex.cs (1)
12
Index
= index;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
138
(pExpr as ExprArrayIndex).
Index
= exprRet;
2 references to Index
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
236
Expr args = GenerateIndexList(pExpr.
Index
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
136
exprRet = Visit((pExpr as ExprArrayIndex).
Index
);