4 writes to MaxStringContentLength
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (2)
110
thisQuotas.
MaxStringContentLength
= readerQuotas.MaxStringContentLength;
131
thisQuotas.
MaxStringContentLength
= readerQuotas.MaxStringContentLength;
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
219
thisQuotas.
MaxStringContentLength
= readerQuotas.MaxStringContentLength;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
130
this.ReaderQuotas.
MaxStringContentLength
= source.ReaderQuotas.MaxStringContentLength;
10 references to MaxStringContentLength
System.ServiceModel (2)
System\ServiceModel\Configuration\XmlDictionaryReaderQuotasElement.cs (2)
68
if (this.
MaxStringContentLength
!= 0)
70
readerQuotas.MaxStringContentLength = this.
MaxStringContentLength
;
System.ServiceModel.Channels (3)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (3)
76
if (oldQuotas.
MaxStringContentLength
!= 0)
78
readerQuotas.MaxStringContentLength = oldQuotas.
MaxStringContentLength
;
131
thisQuotas.MaxStringContentLength = readerQuotas.
MaxStringContentLength
;
System.ServiceModel.Web (5)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
289
if (elementReaderQuotas.
MaxStringContentLength
!= 0)
291
webBindingReaderQuotas.MaxStringContentLength = elementReaderQuotas.
MaxStringContentLength
;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (3)
130
this.ReaderQuotas.MaxStringContentLength = source.ReaderQuotas.
MaxStringContentLength
;
150
if (currentQuotas.
MaxStringContentLength
!= 0)
152
readerQuotas.MaxStringContentLength = currentQuotas.
MaxStringContentLength
;