4 writes to lang
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
1917this.lang = null; 1955lang = null; 2002lang = attribute.XmlLang; 2012this.lang = lang;
2 references to lang
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
1893return lang; 2039attribute.XmlLang = this.lang;