2 references to ConstructLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
26
/// <see cref="ConstructRequestExecutionQueue"/> or <see cref="
ConstructLspServices
"/>
68
_lspServices = new Lazy<ILspServices>(() =>
ConstructLspServices
());