2 references to FindMostSpecificType
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (2)
721
int newMin =
FindMostSpecificType
(candidates[currentMin].PropertyType, candidates[i].PropertyType, returnType);
908
switch (
FindMostSpecificType
(c1, c2, types[i]))