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