6 references to MoveNext
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1101
for (; !it.AtEnd(); it.
MoveNext
())
1203
it.
MoveNext
();
1256
for (; !it.AtEnd(); it.
MoveNext
())
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExpressionIterator.cs (1)
68
for (ExpressionIterator it = new ExpressionIterator(pExpr); !it.AtEnd(); it.
MoveNext
())
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
846
for (ExpressionIterator it = new ExpressionIterator(oldArgs); !it.AtEnd(); it.
MoveNext
())
861
for (ExpressionIterator it = new ExpressionIterator(oldIndices); !it.AtEnd(); it.
MoveNext
())