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