4 writes to MaxDepth
System.ServiceModel.Channels (2)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (2)
106
thisQuotas.
MaxDepth
= readerQuotas.MaxDepth;
130
thisQuotas.
MaxDepth
= readerQuotas.MaxDepth;
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
215
thisQuotas.
MaxDepth
= readerQuotas.MaxDepth;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
128
this.ReaderQuotas.
MaxDepth
= source.ReaderQuotas.MaxDepth;
10 references to MaxDepth
System.ServiceModel (2)
System\ServiceModel\Configuration\XmlDictionaryReaderQuotasElement.cs (2)
64
if (this.
MaxDepth
!= 0)
66
readerQuotas.MaxDepth = this.
MaxDepth
;
System.ServiceModel.Channels (3)
System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs (3)
72
if (oldQuotas.
MaxDepth
!= 0)
74
readerQuotas.MaxDepth = oldQuotas.
MaxDepth
;
130
thisQuotas.MaxDepth = readerQuotas.
MaxDepth
;
System.ServiceModel.Web (5)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (2)
285
if (elementReaderQuotas.
MaxDepth
!= 0)
287
webBindingReaderQuotas.MaxDepth = elementReaderQuotas.
MaxDepth
;
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (3)
128
this.ReaderQuotas.MaxDepth = source.ReaderQuotas.
MaxDepth
;
146
if (currentQuotas.
MaxDepth
!= 0)
148
readerQuotas.MaxDepth = currentQuotas.
MaxDepth
;