5 references to FindMostDerivedMethod
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (5)
371
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
656
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
674
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
1033
pMethod =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
1113
List<Name> paramNames =
FindMostDerivedMethod
(_misnamed.MethProp(), _pGroup.OptionalObject).ParameterNames;