3 writes to maxBytesPerRead
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryReaderQuotas.cs (3)
50
this.
maxBytesPerRead
= maxBytesPerRead;
80
quotas.
maxBytesPerRead
= this.maxBytesPerRead;
136
maxBytesPerRead
= value;
2 references to maxBytesPerRead
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryReaderQuotas.cs (2)
80
quotas.maxBytesPerRead = this.
maxBytesPerRead
;
127
return
maxBytesPerRead
;