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