1 instantiation of AttributedExportDefinition
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (1)
319return new AttributedExportDefinition(this, member, exportAttribute, typeIdentityType, contractName);
3 references to AttributedExportDefinition
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (3)
267AttributedExportDefinition attributedExportDefinition = CreateExportDefinition(member, exportAttribute); 296AttributedExportDefinition attributedExportDefinition = CreateExportDefinition(type, exportAttribute); 315private AttributedExportDefinition CreateExportDefinition(MemberInfo member, ExportAttribute exportAttribute)