2 references to FindMostSpecificType
mscorlib (2)
system\defaultbinder.cs (2)
676int newMin = FindMostSpecificType(candidates[currentMin].PropertyType, candidates[i].PropertyType,returnType); 853switch (FindMostSpecificType(c1, c2, types[i])) {