2 instantiations of RemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
30=> _callbackDispatchers = new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
50_callbackDispatchers = new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
12 references to RemoteServiceCallbackDispatcherRegistry
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
68RemoteServiceCallbackDispatcherRegistry callbackDispatchers,
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (6)
Remote\InProcRemostHostClient.cs (3)
31private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 33public static RemoteHostClient Create(SolutionServices services, RemoteServiceCallbackDispatcherRegistry callbackDispatchers, TraceListener? traceListener, RemoteHostTestData testData) 47RemoteServiceCallbackDispatcherRegistry callbackDispatchers)
Remote\InProcRemoteHostClientProvider.cs (3)
25private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 29public Factory([ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers) 61public InProcRemoteHostClientProvider(SolutionServices services, RemoteServiceCallbackDispatcherRegistry callbackDispatchers)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
387var callbackDispatchers = ((IMefHostExportProvider)hostServices).GetExports<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>();
Microsoft.VisualStudio.LanguageServices (4)
Remote\VisualStudioRemoteHostClientProvider.cs (4)
33private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 44[ImportMany] IEnumerable<Lazy<IRemoteServiceCallbackDispatcher, RemoteServiceCallbackDispatcherRegistry.ExportMetadata>> callbackDispatchers) 76private readonly RemoteServiceCallbackDispatcherRegistry _callbackDispatchers; 84RemoteServiceCallbackDispatcherRegistry callbackDispatchers)