2 references to _languageInformationByLanguageGuid
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MiscellaneousFilesWorkspace.cs (2)
117
=>
_languageInformationByLanguageGuid
.Add(languageGuid, new LanguageInformation(languageName, scriptExtension));
125
_languageInformationByLanguageGuid
.TryGetValue(fileLanguageGuid, out languageInformation);