2 references to FindNextTypeForInstanceMethods
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (2)
54public bool MoveNext() => (CurrentType != null || FindNextTypeForInstanceMethods()) && FindNextMethod(); 135if (!FindNextTypeForInstanceMethods())