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