4 instantiations of ExportMetadata
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
29[ExportMetadata("UIContext", EditAndContinueUIContext.EncCapableProjectExistsInWorkspaceUIContextString)]
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.cs (1)
19[ExportMetadata("Extensions", new string[] { "cshtml", "razor", })]
System.Composition.Convention (2)
System\Composition\Convention\ExportConventionBuilder.cs (2)
132attributes.Add(new ExportMetadataAttribute(item.Item1, item.Item2)); 143attributes.Add(new ExportMetadataAttribute(name, value));
4 references to ExportMetadata
System.Composition.AttributedModel (1)
System\Composition\ExportMetadataAttribute.cs (1)
15/// Initializes a new instance of the <see cref="ExportMetadataAttribute"/> with the
System.Composition.Convention (1)
System\Composition\Convention\PartConventionBuilder.cs (1)
403if (attr is ExportMetadataAttribute)
System.Composition.TypedParts (2)
System\Composition\TypedParts\Discovery\TypeInspector.cs (2)
109var ema = attribute as ExportMetadataAttribute;