4 references to TryGetLanguageInformation
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\MiscellaneousFilesWorkspace.cs (4)
84if (TryUntrackClosingDocument(oldMoniker) || TryGetLanguageInformation(oldMoniker) == null) 146var languageInformation = TryGetLanguageInformation(moniker); 218if (TryGetLanguageInformation(moniker) != null) 295var languageInformation = TryGetLanguageInformation(filePath);