2 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);