11 references to ReaderQuotas
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (6)
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) 270return (!EncoderDefaults.IsDefaultReaderQuotas(this.ReaderQuotas));
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
125value.CopyTo(_mtomEncoding.ReaderQuotas); 299this.ReaderQuotas = mtom.ReaderQuotas;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
107value.CopyTo(_mtomEncoding.ReaderQuotas); 206this.ReaderQuotas = mtom.ReaderQuotas;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSMessageEncoding.cs (1)
27textEncoding.ReaderQuotas.CopyTo(mtomEncoding.ReaderQuotas);