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