4 references to SupportedLanguages
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\HostWorkspaceServicesExtensions.cs (2)
30
foreach (var language in workspaceServices.
SupportedLanguages
)
86
return hostWorkspaceServices.
SupportedLanguages
.ToDictionary(
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService.cs (1)
57
_lazyLanguageSerializationService = new ConcurrentDictionary<string, IOptionsSerializationService>(concurrencyLevel: 2, capacity: _workspaceServices.
SupportedLanguages
.Count());
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (1)
62
if (_solutionServices.
SupportedLanguages
.Contains(language))