2 references to FindMostSpecificType
System.Reflection.MetadataLoadContext (2)
System\Reflection\DefaultBinder.cs (2)
235
int newMin =
FindMostSpecificType
(candidates[currentMin].PropertyType, candidates[i].PropertyType, returnType);
395
switch (
FindMostSpecificType
(c1, c2, types[i]))