2 writes to strLang
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
173strLang = nt.GetOrAddEntry(s_nameTableSeeds[LangSeedIndex].key, s_nameTableSeeds[LangSeedIndex].hash); 192strLang = customNameTable.Add(Lang);
1 reference to strLang
System.Private.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
721else if (lang == null && attr.Prefix == _doc.strXml && attr.LocalName == _doc.strLang)