2 references to AddLazyService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
RoslynLanguageServer.cs (2)
89AddLazyService<AbstractRequestContextFactory<RequestContext>>((lspServices) => new RequestContextFactory(lspServices)); 90AddLazyService<AbstractTelemetryService>((lspServices) => new TelemetryService(lspServices));