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