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