3 writes to stringValue
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
1147
this.
stringValue
= null;
1298
this.
stringValue
= this.stringValue.Substring(consumed * 2);
1385
this.
stringValue
= Convert.ToBase64String(buffer, 0, this.valueCount);
8 references to stringValue
System.Runtime.Serialization (8)
System\Xml\XmlMtomReader.cs (8)
1132
if (this.finishedStream || (this.bytesRemaining == this.chunkSize && this.
stringValue
== null))
1170
if (this.
stringValue
!= null)
1296
if (this.
stringValue
!= null && consumed > 0)
1298
this.stringValue = this.
stringValue
.Substring(consumed * 2);
1325
count = Math.Min(
stringValue
.Length - stringOffset, count);
1328
stringValue
.CopyTo(stringOffset, chars, offset, count);
1341
if (
stringValue
== null)
1387
return this.
stringValue
;