1 implementation of GetLanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LanguageInfoProvider.cs (1)
46public LanguageInformation GetLanguageInformation(string documentPath, string? lspLanguageId)
1 reference to GetLanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
477return _languageInfoProvider.GetLanguageInformation(documentFilePath, languageId).LanguageName;