4 writes to readerQuotas
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
102this.readerQuotas = elementToBeCloned.readerQuotas; 302set { this.readerQuotas = value; } 635this.readerQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 724this.readerQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>();
4 references to readerQuotas
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
102this.readerQuotas = elementToBeCloned.readerQuotas; 301get { return this.readerQuotas; } 636if (readerQuotas == null) 725if (readerQuotas == null)