1 reference to CreateHostClientAsync
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
124
_lazyClient = new VSThreading.AsyncLazy<RemoteHostClient?>(
CreateHostClientAsync
, _threadingContext.JoinableTaskFactory);