1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
120_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
Remote\VisualStudioRemoteHostClientProvider.cs (2)
124_lazyClient = new VSThreading.AsyncLazy<RemoteHostClient?>(CreateHostClientAsync, _threadingContext.JoinableTaskFactory); 139var client = await ServiceHubRemoteHostClient.CreateAsync(Services, configuration, localSettingsDirectory, _listenerProvider, serviceBroker, _callbackDispatchers, _threadingContext.DisposalToken).ConfigureAwait(false);