1 write to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
59
_lazyMefLspServices
= serviceMap.ToFrozenDictionary();
3 references to _lazyMefLspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
LspServices\LspServices.cs (3)
147
if (
_lazyMefLspServices
.TryGetValue(typeName, out var lazyService))
183
foreach (var lazyService in
_lazyMefLspServices
.Values)
208
foreach (var (typeName, lazyService) in
_lazyMefLspServices
)