7 instantiations of LanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Microsoft.VisualStudio.LanguageServices (1)
23 references to LanguageInformation
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.LanguageServer (5)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (5)
99private bool ClassifyAsMiscellaneousFileWithNoReferences(string filePath, LanguageInformation languageInformation)
125if (!languageInfoProvider.TryGetLanguageInformation(ProtocolConversions.CreateAbsoluteDocumentUri(filePath), languageId, out var languageInformation))
203if (!languageInfoProvider.TryGetLanguageInformation(documentUri, documentInfo.LanguageId, out var languageInformation))
224if (!languageInfoProvider.TryGetLanguageInformation(ProtocolConversions.CreateAbsoluteDocumentUri(documentFilePath), lspLanguageId: "csharp", out var languageInformation))
232public async ValueTask<TextDocument?> GetOrLoadEntryPointDocumentAsync(string documentFilePath, TextLoader textLoader, LanguageInformation languageInformation, SourceHashAlgorithm checksumAlgorithm, bool doDesignTimeBuild)
Microsoft.CodeAnalysis.LanguageServer.Protocol (11)
Microsoft.VisualStudio.LanguageServices (5)