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