2 writes to readerQuotas
System.ServiceModel (2)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
182this.readerQuotas = bindingElement.GetIndividualProperty<XmlDictionaryReaderQuotas>(); 186this.readerQuotas = this.readerQuotas ?? EncoderDefaults.ReaderQuotas;
3 references to readerQuotas
System.ServiceModel (3)
System\ServiceModel\Description\MetadataExchangeClient.cs (3)
172if (this.readerQuotas == null) 186this.readerQuotas = this.readerQuotas ?? EncoderDefaults.ReaderQuotas; 188return this.readerQuotas;