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