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