6 instantiations of ExportMetadata
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (4)
92[ExportMetadata("EnableByDefault", true)] 102[ExportMetadata("EnableByDefault", true)] 112[ExportMetadata("EnableByDefault", true)] 122[ExportMetadata("EnableByDefault", true)]
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (2)
77attributes.Add(new ExportMetadataAttribute(item.Item1, item.Item2)); 88attributes.Add(new ExportMetadataAttribute(name, value));
4 references to ExportMetadata
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\ExportMetadataAttribute.cs (1)
15/// Initializes a new instance of the <see cref="ExportMetadataAttribute"/> with the
System\ComponentModel\Composition\Hosting\CompositionServices.cs (2)
263var provider = attr as ExportMetadataAttribute;
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilder.cs (1)
233if (attr is ExportMetadataAttribute)