14 writes to stringValue
System.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
456
return this.
stringValue
= GetString(this.tokDataPos, this.tokLen);
459
return this.
stringValue
= CDATAValue();
462
return this.
stringValue
= XmlDeclValue();
467
return this.
stringValue
= ValueAsString(this.token);
476
return this.
stringValue
= GetAttributeText(this.attrIndex - 1);
479
return this.
stringValue
= ValueAsString(this.token);
726
this.
stringValue
= null;
744
this.
stringValue
= null;
782
this.
stringValue
= null;
2120
this.
stringValue
= null;
2335
this.
stringValue
= null;
2431
this.
stringValue
= value;
2487
this.
stringValue
= null;
3056
this.
stringValue
= val;
4 references to stringValue
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
448
if (null != this.
stringValue
)
449
return
stringValue
;
2332
string val = this.
stringValue
;
2417
Debug.Assert(this.
stringValue
== null, "this.stringValue == null");