11 references to ReaderQuotas
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (6)
239
if (_readerQuotas.MaxStringContentLength != mtom.
ReaderQuotas
.MaxStringContentLength)
241
if (_readerQuotas.MaxArrayLength != mtom.
ReaderQuotas
.MaxArrayLength)
243
if (_readerQuotas.MaxBytesPerRead != mtom.
ReaderQuotas
.MaxBytesPerRead)
245
if (_readerQuotas.MaxDepth != mtom.
ReaderQuotas
.MaxDepth)
247
if (_readerQuotas.MaxNameTableCharCount != mtom.
ReaderQuotas
.MaxNameTableCharCount)
270
return (!EncoderDefaults.IsDefaultReaderQuotas(this.
ReaderQuotas
));
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
125
value.CopyTo(_mtomEncoding.
ReaderQuotas
);
299
this.ReaderQuotas = mtom.
ReaderQuotas
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
107
value.CopyTo(_mtomEncoding.
ReaderQuotas
);
206
this.ReaderQuotas = mtom.
ReaderQuotas
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSMessageEncoding.cs (1)
27
textEncoding.ReaderQuotas.CopyTo(mtomEncoding.
ReaderQuotas
);