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