3 writes to val
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
154this.val = v; 161this.val = null; 2334this.attributes[this.attrCount - 1].val = val;
3 references to val
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
747if (null == this.attributes[this.attrIndex - 1].val) { 2066string val = this.attributes[i].val; 2410sb.Append(this.attributes[i].val);