1 instantiation of InheritedExportAttribute
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (1)
64attributes.Add(new InheritedExportAttribute(_contractName, _contractType));
4 references to InheritedExportAttribute
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (3)
294foreach (InheritedExportAttribute exportAttribute in type.GetAttributes<InheritedExportAttribute>()) 414return attributedProvider.IsAttributeDefined<InheritedExportAttribute>(false);
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
16internal static readonly Type InheritedExportAttributeType = typeof(InheritedExportAttribute);