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