5 references to ExportMetadata
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteServiceCallbackDispatchers.cs (2)
29
private readonly ImmutableDictionary<Type, Lazy<IRemoteServiceCallbackDispatcher,
ExportMetadata
>> _callbackDispatchers;
31
public RemoteServiceCallbackDispatcherRegistry(IEnumerable<Lazy<IRemoteServiceCallbackDispatcher,
ExportMetadata
>> dispatchers)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
29
public Factory([ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>> callbackDispatchers)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
387
var callbackDispatchers = ((IMefHostExportProvider)hostServices).GetExports<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>();
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
44
[ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>> callbackDispatchers)