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