1 write to chunkSize
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
1101
this.
chunkSize
= Math.Min(reader.Quotas.MaxBytesPerRead, chunkSize);
10 references to chunkSize
System.Runtime.Serialization (10)
System\Xml\XmlMtomReader.cs (10)
1101
this.chunkSize = Math.Min(reader.Quotas.MaxBytesPerRead,
chunkSize
);
1102
this.bytesRemaining = this.
chunkSize
;
1132
if (this.finishedStream || (this.bytesRemaining == this.
chunkSize
&& this.stringValue == null))
1139
this.bytesRemaining = this.
chunkSize
;
1226
if (this.
chunkSize
< count)
1227
count = this.
chunkSize
;
1244
this.bytesRemaining = this.
chunkSize
;
1262
if (this.
chunkSize
< count)
1263
count = this.
chunkSize
;
1301
this.bytesRemaining = this.
chunkSize
;