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