3 references to MetadataAttributeAttribute
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
283
if ((attrType != CompositionServices.ExportAttributeType) && attrType.IsAttributeDefined<
MetadataAttributeAttribute
>(true))
System\ComponentModel\Composition\MetadataAttributeAttribute.cs (1)
14
/// Initializes a new instance of the <see cref="
MetadataAttributeAttribute
"/> class.
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
214
if (attrType != s_exportAttributeType && attrType.IsDefined(typeof(
MetadataAttributeAttribute
), true))