4 writes to MaxBytesPerRead
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (2)
118thisQuotas.MaxBytesPerRead = readerQuotas.MaxBytesPerRead; 133thisQuotas.MaxBytesPerRead = readerQuotas.MaxBytesPerRead;
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
227thisQuotas.MaxBytesPerRead = readerQuotas.MaxBytesPerRead;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
127this.ReaderQuotas.MaxBytesPerRead = source.ReaderQuotas.MaxBytesPerRead;
10 references to MaxBytesPerRead
System.ServiceModel (2)
System\ServiceModel\Configuration\XmlDictionaryReaderQuotasElement.cs (2)
76if (this.MaxBytesPerRead != 0) 78readerQuotas.MaxBytesPerRead = this.MaxBytesPerRead;
System.ServiceModel.Channels (3)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (3)
84if (oldQuotas.MaxBytesPerRead != 0) 86readerQuotas.MaxBytesPerRead = oldQuotas.MaxBytesPerRead; 133thisQuotas.MaxBytesPerRead = readerQuotas.MaxBytesPerRead;
System.ServiceModel.Web (5)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
297if (elementReaderQuotas.MaxBytesPerRead != 0) 299webBindingReaderQuotas.MaxBytesPerRead = elementReaderQuotas.MaxBytesPerRead;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (3)
127this.ReaderQuotas.MaxBytesPerRead = source.ReaderQuotas.MaxBytesPerRead; 158if (currentQuotas.MaxBytesPerRead != 0) 160readerQuotas.MaxBytesPerRead = currentQuotas.MaxBytesPerRead;