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)
84if (_lazyMefLspServices.TryGetValue(type, out var lazyService)) 108=> _lazyMefLspServices.Keys.ToImmutableArray();