5 references to ExportAttribute
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ExportAttribute.cs (3)
31: this((string?)null, (Type?)null) 62: this((string?)null, contractType) 87: this(contractName, (Type?)null)
System\ComponentModel\Composition\InheritedExportAttribute.cs (1)
115: base(contractName, contractType)
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (1)
69attributes.Add(new ExportAttribute(_contractName, _contractType));