1 type derived from PartMetadataAttribute
System.Composition.AttributedModel (1)
System\Composition\SharedAttribute.cs (1)
16public class SharedAttribute : PartMetadataAttribute
2 instantiations of PartMetadataAttribute
System.Composition.Convention (2)
System\Composition\Convention\PartConventionBuilder.cs (2)
538attributes.Add(new PartMetadataAttribute(item.Item1, item.Item2)); 557attributes.Add(new PartMetadataAttribute(name, value));
4 references to PartMetadataAttribute
System.Composition.AttributedModel (1)
System\Composition\PartMetadataAttribute.cs (1)
13/// Initializes a new instance of the <see cref="PartMetadataAttribute"/> with the
System.Composition.Convention (2)
System\Composition\Convention\PartConventionBuilder.cs (2)
529bool isConfigured = type.GetTypeInfo().GetCustomAttributes<PartMetadataAttribute>(false).FirstOrDefault() != null; 546bool isConfigured = type.GetTypeInfo().GetCustomAttributes<PartMetadataAttribute>(false).FirstOrDefault() != null;
System.Composition.TypedParts (1)
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (1)
213if (attr is PartMetadataAttribute ma)