2 implementations of CanGetClientCapabilities
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\TestClientCapabilitiesService.cs (1)
10public bool CanGetClientCapabilities => true;
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Protocol\AbstractClientCapabilitiesService.cs (1)
12public bool CanGetClientCapabilities => _clientCapabilities is not null;
1 reference to CanGetClientCapabilities
Microsoft.VisualStudio.LanguageServices.Razor (1)
Remote\RemoteServiceInvoker.cs (1)
166if (!lspInitialized && _clientCapabilitiesService.CanGetClientCapabilities)