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