4 writes to value
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
128
this.
value
= null;
1254
this.
value
= value.Substring(actual);
1644
this.
value
= string.Empty;
1863
value
= node.ValueAsString;
24 references to value
System.Runtime.Serialization (24)
System\Xml\XmlBaseReader.cs (24)
863
if (this.
value
== null)
870
if (!XmlConverter.IsWhitespace(this.
value
))
1242
if (this.
value
== null)
1273
if (this.
value
== null)
1393
if (trailByteCount == 0 && trailCharCount == 0 && this.
value
== null)
1404
if (trailByteCount == 0 && trailCharCount == 0 && this.
value
== null)
1463
if (trailByteCount == 0 && trailCharCount == 0 && this.
value
== null)
1640
if (this.
value
!= null)
1642
value = this.
value
;
1661
if (this.
value
== null && node.IsAtomicValue)
1673
if (this.
value
== null && node.IsAtomicValue)
1685
if (this.
value
== null && node.IsAtomicValue)
1697
if (this.
value
== null && node.IsAtomicValue)
1709
if (this.
value
== null && node.IsAtomicValue)
1721
if (this.
value
== null && node.IsAtomicValue)
1733
if (this.
value
== null && node.IsAtomicValue)
1745
if (this.
value
== null && node.IsAtomicValue)
1757
if (this.
value
== null && node.IsAtomicValue)
1769
if (this.
value
== null && node.IsAtomicValue)
1781
if (this.
value
== null && node.IsAtomicValue)
1794
if (this.
value
== null && node.IsAtomicValue)
1861
if (
value
== null)
1866
return
value
;
1874
if (this.
value
== null && node.QNameType == QNameType.Normal)