3 instantiations of ExportMetadata
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
27
[
ExportMetadata
("UIContext", EditAndContinueUIContext.EncCapableProjectExistsInWorkspaceUIContextString)]
System.Composition.Convention (2)
System\Composition\Convention\ExportConventionBuilder.cs (2)
132
attributes.Add(new
ExportMetadataAttribute
(item.Item1, item.Item2));
143
attributes.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)
403
if (attr is
ExportMetadataAttribute
)
System.Composition.TypedParts (2)
System\Composition\TypedParts\Discovery\TypeInspector.cs (2)
109
var
ema = attribute as
ExportMetadataAttribute
;