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)
45
EncoderDefaults.ReaderQuotas.CopyTo(
_readerQuotas
);
57
elementToBeCloned.
_readerQuotas
.CopyTo(
_readerQuotas
);
101
return
_readerQuotas
;
188
return (T)(object)
_readerQuotas
;
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)