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