2 writes to readerQuotas
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
30
this.
readerQuotas
= new XmlDictionaryReaderQuotas();
43
this.
readerQuotas
= new XmlDictionaryReaderQuotas();
11 references to readerQuotas
System.ServiceModel (11)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (11)
31
EncoderDefaults.ReaderQuotas.CopyTo(this.
readerQuotas
);
44
elementToBeCloned.
readerQuotas
.CopyTo(this.
readerQuotas
);
141
return this.
readerQuotas
;
147
value.CopyTo(this.
readerQuotas
);
243
return (T)(object)this.
readerQuotas
;
289
if (this.
readerQuotas
.MaxStringContentLength != binary.ReaderQuotas.MaxStringContentLength)
291
if (this.
readerQuotas
.MaxArrayLength != binary.ReaderQuotas.MaxArrayLength)
293
if (this.
readerQuotas
.MaxBytesPerRead != binary.ReaderQuotas.MaxBytesPerRead)
295
if (this.
readerQuotas
.MaxDepth != binary.ReaderQuotas.MaxDepth)
297
if (this.
readerQuotas
.MaxNameTableCharCount != binary.ReaderQuotas.MaxNameTableCharCount)