1 write to _workspaceServices
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService.cs (1)
50
_workspaceServices
= workspaceServices;
2 references to _workspaceServices
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService.cs (2)
57
_lazyLanguageSerializationService = new ConcurrentDictionary<string, IOptionsSerializationService>(concurrencyLevel: 2, capacity:
_workspaceServices
.SupportedLanguages.Count());
215
=> _lazyLanguageSerializationService.GetOrAdd(languageName, n =>
_workspaceServices
.GetLanguageServices(n).GetRequiredService<IOptionsSerializationService>());