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