2 instantiations of PartMetadataAttribute
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\PartBuilder.cs (2)
298attributes.Add(new PartMetadataAttribute(item.Item1, item.Item2)); 317attributes.Add(new PartMetadataAttribute(name, value));
5 references to PartMetadataAttribute
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
194foreach (PartMetadataAttribute partMetadata in type.GetAttributes<PartMetadataAttribute>())
System\ComponentModel\Composition\PartMetadataAttribute.cs (1)
14/// Initializes a new instance of the <see cref="PartMetadataAttribute"/> with the
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\PartBuilder.cs (2)
289bool isConfigured = type.GetCustomAttributes(typeof(PartMetadataAttribute), false).FirstOrDefault() != null; 306bool isConfigured = type.GetCustomAttributes(typeof(PartMetadataAttribute), false).FirstOrDefault() != null;