4 references to MaxDepth
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryReaderQuotas.cs (2)
38
XmlDictionaryReaderQuotaTypes.
MaxDepth
| XmlDictionaryReaderQuotaTypes.MaxStringContentLength | XmlDictionaryReaderQuotaTypes.MaxArrayLength | XmlDictionaryReaderQuotaTypes.MaxBytesPerRead | XmlDictionaryReaderQuotaTypes.MaxNameTableCharCount);
156
this.modifiedQuotas |= XmlDictionaryReaderQuotaTypes.
MaxDepth
;
System.ServiceModel (2)
System\ServiceModel\Channels\EncoderHelpers.cs (2)
41
if (IsDefaultQuota(bufferedReadQuotas, XmlDictionaryReaderQuotaTypes.
MaxDepth
))
53
case XmlDictionaryReaderQuotaTypes.
MaxDepth
: