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