1 write to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
60
_lazyMefLspServices
= serviceMap.ToFrozenDictionary();
3 references to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
LspServices\LspServices.cs (3)
148
if (
_lazyMefLspServices
.TryGetValue(typeName, out var lazyService))
184
foreach (var lazyService in
_lazyMefLspServices
.Values)
209
foreach (var (typeName, lazyService) in
_lazyMefLspServices
)