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