3 instantiations of MetadataAttribute
Microsoft.CodeAnalysis.EditorFeatures (3)
Extensibility\Commands\ExportInteractiveCommandAttribute.cs (1)
13[MetadataAttribute]
Extensibility\Completion\ExportCompletionProviderAttribute.cs (1)
13[MetadataAttribute]
Tags\ExportImageIdServiceAttribute.cs (1)
16[MetadataAttribute]
3 references to MetadataAttribute
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
283if ((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)
241if (attrType != s_exportAttributeType && attrType.IsDefined(typeof(MetadataAttributeAttribute), true))