3 overrides of ConstructLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
RoslynLanguageServer.cs (1)
57protected override ILspServices ConstructLspServices()
Microsoft.CommonLanguageServerProtocol.Framework.Example (1)
ExampleLanguageServer.cs (1)
25protected override ILspServices ConstructLspServices()
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
RequestExecutionQueueTests.cs (1)
25protected override ILspServices ConstructLspServices()
2 references to ConstructLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
27/// <see cref="ConstructRequestExecutionQueue"/> or <see cref="ConstructLspServices"/> 73_lspServices = new Lazy<ILspServices>(() => ConstructLspServices());