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