Implemented interface member:
property
Languages
Microsoft.CodeAnalysis.Host.Mef.ILanguagesMetadata.Languages
2 writes to Languages
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeChangeProviderMetadata.cs (2)
19this.Languages = ((IReadOnlyDictionary<string, object>)data).GetEnumerableMetadata<string>("Languages"); 25this.Languages = languages;