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