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