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>());