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