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