2 references to IsGenericDescendentOf
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
97
return
IsGenericDescendentOf
(type.BaseType, baseGenericTypeDefinition);
110
return
IsGenericDescendentOf
(type, baseType.GetGenericTypeDefinition());