3 references to ArrayIndex
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayIndex.cs (1)
9
: base(ExpressionKind.
ArrayIndex
, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
22
ExpressionKind.
ArrayIndex
=> VisitARRAYINDEX(pExpr as ExprArrayIndex),
132
case ExpressionKind.
ArrayIndex
: