5 references to FindMostDerivedMethod
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
897methprop = ExpressionBinder.GroupToArgsBinder.FindMostDerivedMethod(methprop, callingObject.Type);
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (1)
223MethodOrPropertySymbol methProp = GroupToArgsBinder.FindMostDerivedMethod(mpwi.MethProp(), type);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1107MethodOrPropertySymbol mostDerivedMethod = GroupToArgsBinder.FindMostDerivedMethod(mp, callingObjectType);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
579FindMostDerivedMethod(pMethProp, pObject?.Type);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
104.FindMostDerivedMethod(CurrentSymbol, _qualifyingType)