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