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