1 reference to FindNextMethod
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
53
public bool MoveNext() => (CurrentType != null || FindNextTypeForInstanceMethods()) &&
FindNextMethod
();