2 references to MoveNext
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
782if (!iterator.MoveNext()) 808for (; iterator.CurrentType == _pCurrentType; iterator.MoveNext()) ;