1 write to readerQuotas
System.ServiceModel (1)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
42this.readerQuotas = new XmlDictionaryReaderQuotas();
4 references to readerQuotas
System.ServiceModel (4)
System\ServiceModel\Channels\PeerChannelListener.cs (4)
45encoder.ReaderQuotas.CopyTo(this.readerQuotas); 47EncoderDefaults.ReaderQuotas.CopyTo(this.readerQuotas); 48securityManager = PeerSecurityManager.Create(bindingElement.Security, context, this.readerQuotas); 85return this.readerQuotas;