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