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);
139
var client = await ServiceHubRemoteHostClient.CreateAsync(Services, configuration, localSettingsDirectory, _listenerProvider, serviceBroker, _callbackDispatchers,
_threadingContext
.DisposalToken).ConfigureAwait(false);