1 reference to SupportedLanguages
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService.cs (1)
48
private readonly ConcurrentDictionary<string, IOptionsSerializationService> _lazyLanguageSerializationService = new(concurrencyLevel: 2, capacity: workspaceServices.
SupportedLanguages
.Count());