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