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