2 instantiations of RemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
32=> _callbackDispatchers = new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
63_callbackDispatchers = new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
13 references to RemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
60RemoteServiceCallbackDispatcherRegistry callbackDispatchers,
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatchers.cs (1)
12internal sealed class RemoteServiceCallbackDispatcherRegistry(IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> dispatchers) : IRemoteServiceCallbackDispatcherProvider
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (6)
Remote\InProcRemostHostClient.cs (3)
25private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 27public static RemoteHostClient Create(SolutionServices services, RemoteServiceCallbackDispatcherRegistry callbackDispatchers, TraceListener? traceListener, RemoteHostTestData testData) 39RemoteServiceCallbackDispatcherRegistry callbackDispatchers)
Remote\InProcRemoteHostClientProvider.cs (3)
27private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 31public Factory([ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers) 72public InProcRemoteHostClientProvider(SolutionServices services, RemoteServiceCallbackDispatcherRegistry callbackDispatchers)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
368var callbackDispatchers = ((IMefHostExportProvider)hostServices).GetExports<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>();
Microsoft.VisualStudio.LanguageServices (4)
Remote\VisualStudioRemoteHostClientProvider.cs (4)
39private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 55[ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers) 101private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 112RemoteServiceCallbackDispatcherRegistry callbackDispatchers)