3 references to SupportedLanguages
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\HostWorkspaceServicesExtensions.cs (1)
81return hostWorkspaceServices.SupportedLanguages.ToDictionary(
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService.cs (1)
48private readonly ConcurrentDictionary<string, IOptionsSerializationService> _lazyLanguageSerializationService = new(concurrencyLevel: 2, capacity: workspaceServices.SupportedLanguages.Count());
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFileExtensionRegistry.cs (1)
62if (_solutionServices.SupportedLanguages.Contains(language) &&