2 writes to Index
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayIndex.cs (1)
12Index = 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)
236Expr args = GenerateIndexList(pExpr.Index);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
136exprRet = Visit((pExpr as ExprArrayIndex).Index);