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