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