1 write to Value
System.Composition.AttributedModel (1)
System\Composition\PartMetadataAttribute.cs (1)
27Value = value;
2 references to Value
System.Composition.AttributedModel (1)
System\Composition\SharedAttribute.cs (1)
39public string SharingBoundary => (string)base.Value;
System.Composition.TypedParts (1)
System\Composition\TypedParts\Discovery\DiscoveredPart.cs (1)
215partMetadata.Add(ma.Name, ma.Value);