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