2 writes to xmlLang
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
134this.xmlLang = null; 2359this.elementStack[this.elemDepth].xmlLang = GetAttributeText(xmllang);
1 reference to xmlLang
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
554string xl = this.elementStack[i].xmlLang;