2 implementations of Languages
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageMetadata.cs (1)
18
public IEnumerable<string>
Languages
{ get; }
Microsoft.CodeAnalysis.Workspaces (1)
CodeChangeProviderMetadata.cs (1)
14
public IEnumerable<string>
Languages
{ get; }
1 reference to Languages
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ILanguageMetadataExtensions.cs (1)
51
foreach (var language in service.Metadata.
Languages
.Distinct())