2 writes to _readerQuotas
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
25_readerQuotas = new XmlDictionaryReaderQuotas(); 38_readerQuotas = new XmlDictionaryReaderQuotas();
11 references to _readerQuotas
System.ServiceModel.Primitives (11)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (11)
26EncoderDefaults.ReaderQuotas.CopyTo(_readerQuotas); 39elementToBeCloned._readerQuotas.CopyTo(_readerQuotas); 122return _readerQuotas; 131value.CopyTo(_readerQuotas); 215return (T)(object)_readerQuotas; 247if (_readerQuotas.MaxStringContentLength != binary.ReaderQuotas.MaxStringContentLength) 252if (_readerQuotas.MaxArrayLength != binary.ReaderQuotas.MaxArrayLength) 257if (_readerQuotas.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead) 262if (_readerQuotas.MaxDepth != binary.ReaderQuotas.MaxDepth) 267if (_readerQuotas.MaxNameTableCharCount != binary.ReaderQuotas.MaxNameTableCharCount)