5 references to FindMostDerivedMethod
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
874methprop = ExpressionBinder.GroupToArgsBinder.FindMostDerivedMethod(methprop, callingObject.Type);
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (1)
221MethodOrPropertySymbol methProp = GroupToArgsBinder.FindMostDerivedMethod(mpwi.MethProp(), type);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1082MethodOrPropertySymbol mostDerivedMethod = GroupToArgsBinder.FindMostDerivedMethod(mp, callingObjectType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
578FindMostDerivedMethod(pMethProp, pObject?.Type);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
103.FindMostDerivedMethod(CurrentSymbol, _qualifyingType)