3 references to GetInheritedExports
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (3)
119GetInheritedExports(_type).Any(); 130foreach (MemberInfo member in GetExportMembers(_type).Concat(GetInheritedExports(_type))) 292foreach (Type type in GetInheritedExports(_type))