1 implementation of TryGetLanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LanguageInfoProvider.cs (1)
47
public bool
TryGetLanguageInformation
(Uri uri, string? lspLanguageId, [NotNullWhen(true)] out LanguageInformation? languageInformation)
1 reference to TryGetLanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
544
if (_languageInfoProvider.
TryGetLanguageInformation
(uri, languageId, out var languageInfo))