2 writes to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
44_readerQuotas = new XmlDictionaryReaderQuotas(); 56_readerQuotas = new XmlDictionaryReaderQuotas();
10 references to _readerQuotas
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (10)
45EncoderDefaults.ReaderQuotas.CopyTo(_readerQuotas); 57elementToBeCloned._readerQuotas.CopyTo(_readerQuotas); 101return _readerQuotas; 188return (T)(object)_readerQuotas; 239if (_readerQuotas.MaxStringContentLength != mtom.ReaderQuotas.MaxStringContentLength) 241if (_readerQuotas.MaxArrayLength != mtom.ReaderQuotas.MaxArrayLength) 243if (_readerQuotas.MaxBytesPerRead != mtom.ReaderQuotas.MaxBytesPerRead) 245if (_readerQuotas.MaxDepth != mtom.ReaderQuotas.MaxDepth) 247if (_readerQuotas.MaxNameTableCharCount != mtom.ReaderQuotas.MaxNameTableCharCount)