5 references to ExportMetadata
Microsoft.CodeAnalysis.Workspaces (2)
Remote\RemoteServiceCallbackDispatchers.cs (2)
12
internal sealed class RemoteServiceCallbackDispatcherRegistry(IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>> dispatchers) : IRemoteServiceCallbackDispatcherProvider
29
private readonly ImmutableDictionary<Type, Lazy<IRemoteServiceCallbackDispatcher,
ExportMetadata
>> _callbackDispatchers = dispatchers.ToImmutableDictionary(d => d.Metadata.ServiceInterface);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
31
public Factory([ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>> callbackDispatchers)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
368
var callbackDispatchers = ((IMefHostExportProvider)hostServices).GetExports<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>();
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
55
[ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.
ExportMetadata
>> callbackDispatchers)