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