4 references to ExportAttribute
System.Composition.AttributedModel (3)
System\Composition\ExportAttribute.cs (3)
19public ExportAttribute() : this(null, null) 33public ExportAttribute(Type contractType) : this(null, contractType) 46public ExportAttribute(string contractName) : this(contractName, null)
System.Composition.Convention (1)
System\Composition\Convention\ExportConventionBuilder.cs (1)
143attributes.Add(new ExportAttribute(contractName, _contractType));