4 references to InheritedExportAttribute
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\InheritedExportAttribute.cs (3)
30: this((string?)null, (Type?)null) 60: this((string?)null, contractType) 85: this(contractName, (Type?)null)
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (1)
64attributes.Add(new InheritedExportAttribute(_contractName, _contractType));