2 writes to readerQuotas
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
30this.readerQuotas = new XmlDictionaryReaderQuotas(); 43this.readerQuotas = new XmlDictionaryReaderQuotas();
11 references to readerQuotas
System.ServiceModel (11)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (11)
31EncoderDefaults.ReaderQuotas.CopyTo(this.readerQuotas); 44elementToBeCloned.readerQuotas.CopyTo(this.readerQuotas); 141return this.readerQuotas; 147value.CopyTo(this.readerQuotas); 243return (T)(object)this.readerQuotas; 289if (this.readerQuotas.MaxStringContentLength != binary.ReaderQuotas.MaxStringContentLength) 291if (this.readerQuotas.MaxArrayLength != binary.ReaderQuotas.MaxArrayLength) 293if (this.readerQuotas.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead) 295if (this.readerQuotas.MaxDepth != binary.ReaderQuotas.MaxDepth) 297if (this.readerQuotas.MaxNameTableCharCount != binary.ReaderQuotas.MaxNameTableCharCount)