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