3 references to TryGetLanguageInformation
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MiscellaneousFilesWorkspace.cs (3)
94if (TryUntrackClosingDocument(oldMoniker) || TryGetLanguageInformation(oldMoniker) == null) 146var languageInformation = TryGetLanguageInformation(moniker); 291var languageInformation = TryGetLanguageInformation(filePath);