3 writes to stringOffset
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
1151
this.
stringOffset
= 0;
1299
this.
stringOffset
= Math.Max(0, this.stringOffset - consumed * 2);
1329
stringOffset
+= count;
3 references to stringOffset
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
1299
this.stringOffset = Math.Max(0, this.
stringOffset
- consumed * 2);
1325
count = Math.Min(stringValue.Length -
stringOffset
, count);
1328
stringValue.CopyTo(
stringOffset
, chars, offset, count);