1 write to _callbackDispatchers
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
57
_callbackDispatchers
= new RemoteServiceCallbackDispatcherRegistry(callbackDispatchers);
1 reference to _callbackDispatchers
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
82
_cachedVSInstance = new VisualStudioRemoteHostClientProvider(_vsWorkspace.Services.SolutionServices, _globalOptions, _brokeredServiceContainer, _threadingContext, _listenerProvider,
_callbackDispatchers
);