1 write to _callbackDispatchers
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
116
_callbackDispatchers
= callbackDispatchers;
1 reference to _callbackDispatchers
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
134
var client = await ServiceHubRemoteHostClient.CreateAsync(Services, localSettingsDirectory, _listenerProvider, serviceBroker,
_callbackDispatchers
, _threadingContext.DisposalToken).ConfigureAwait(false);