1 reference to GetMessagePackClientAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
Remote\RemoteServiceInvoker.cs (1)
48
private readonly AsyncLazy<RazorRemoteHostClient> _lazyMessagePackClient = AsyncLazy.Create(
GetMessagePackClientAsync
, workspaceProvider);