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