1 write to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
49
_lazyMefLspServices
= services.ToImmutableDictionary(lazyService => lazyService.Metadata.Type, lazyService => lazyService);
2 references to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (2)
84
if (
_lazyMefLspServices
.TryGetValue(type, out var lazyService))
108
=>
_lazyMefLspServices
.Keys.ToImmutableArray();