2 instantiations of ExportMetadataAttribute
System.Composition.Convention (2)
System\Composition\Convention\ExportConventionBuilder.cs (2)
132attributes.Add(new ExportMetadataAttribute(item.Item1, item.Item2)); 143attributes.Add(new ExportMetadataAttribute(name, value));
4 references to ExportMetadataAttribute
System.Composition.AttributedModel (1)
System\Composition\ExportMetadataAttribute.cs (1)
15/// Initializes a new instance of the <see cref="ExportMetadataAttribute"/> with the
System.Composition.Convention (1)
System\Composition\Convention\PartConventionBuilder.cs (1)
403if (attr is ExportMetadataAttribute)
System.Composition.TypedParts (2)
System\Composition\TypedParts\Discovery\TypeInspector.cs (2)
109var ema = attribute as ExportMetadataAttribute;