3 references to GetRequiredServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
70var onChangedList = requestContext.GetRequiredServices<IOnConfigurationChanged>();
Handler\ServerLifetime\InitializedHandler.cs (1)
25var onInitializeList = requestContext.GetRequiredServices<IOnInitialized>();
Handler\TextDocumentContent\TextDocumentContentHandler.cs (1)
34var provider = context.GetRequiredServices<ITextDocumentContentProvider>().Single(p => p.Scheme == scheme);