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