5 references to FindMostDerivedMethod
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (5)
372
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
657
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
675
MethodOrPropertySymbol methprop =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
1034
pMethod =
FindMostDerivedMethod
(_pCurrentSym, _pGroup.OptionalObject);
1114
List<Name> paramNames =
FindMostDerivedMethod
(_misnamed.MethProp(), _pGroup.OptionalObject).ParameterNames;