3 writes to val
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
152this.val = v; 161this.val = null; 2657_attributes[_attrCount - 1].val = val;
3 references to val
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
839if (null == _attributes[_attrIndex - 1].val) 2342string? val = _attributes[i].val; 2748sb.Append(_attributes[i].val);