2 instantiations of PartMetadataAttribute
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\PartBuilder.cs (2)
298
attributes.Add(new
PartMetadataAttribute
(item.Item1, item.Item2));
317
attributes.Add(new
PartMetadataAttribute
(name, value));
5 references to PartMetadataAttribute
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
194
foreach (
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)
289
bool isConfigured = type.GetCustomAttributes(typeof(
PartMetadataAttribute
), false).FirstOrDefault() != null;
306
bool isConfigured = type.GetCustomAttributes(typeof(
PartMetadataAttribute
), false).FirstOrDefault() != null;