6 writes to bytesRemaining
System.Runtime.Serialization (6)
System\Xml\XmlMtomReader.cs (6)
1102this.bytesRemaining = this.chunkSize; 1139this.bytesRemaining = this.chunkSize; 1199this.bytesRemaining -= read; 1244this.bytesRemaining = this.chunkSize; 1301this.bytesRemaining = this.chunkSize; 1378this.bytesRemaining -= read;
4 references to bytesRemaining
System.Runtime.Serialization (4)
System\Xml\XmlMtomReader.cs (4)
1132if (this.finishedStream || (this.bytesRemaining == this.chunkSize && this.stringValue == null)) 1182if (this.bytesRemaining < count) 1183count = this.bytesRemaining; 1344int byteCount = this.bytesRemaining;