1 implementation of GetRequiredServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
102public IEnumerable<T> GetRequiredServices<T>()
2 references to GetRequiredServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestContext.cs (1)
391return _lspServices.GetRequiredServices<T>();
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
76var handlers = lspServices.GetRequiredServices<IMethodHandler>();