1 write to ReaderQuotas
System.ServiceModel (1)
System\ServiceModel\NetMsmqBinding.cs (1)
193this.ReaderQuotas = encoding.ReaderQuotas;
7 references to ReaderQuotas
System.ServiceModel (7)
System\ServiceModel\Configuration\NetMsmqBindingElement.cs (2)
78this.ReaderQuotas.InitializeFrom(npmBinding.ReaderQuotas); 91this.ReaderQuotas.ApplyConfiguration(npmBinding.ReaderQuotas);
System\ServiceModel\NetMsmqBinding.cs (5)
120if (this.ReaderQuotas.MaxArrayLength != EncoderDefaults.MaxArrayLength) 124if (this.ReaderQuotas.MaxBytesPerRead != EncoderDefaults.MaxBytesPerRead) 128if (this.ReaderQuotas.MaxDepth != EncoderDefaults.MaxDepth) 132if (this.ReaderQuotas.MaxNameTableCharCount != EncoderDefaults.MaxNameTableCharCount) 136if (this.ReaderQuotas.MaxStringContentLength != EncoderDefaults.MaxStringContentLength)