4 references to MaxDepth
System.Private.DataContractSerialization (2)
System\Xml\XmlDictionaryReaderQuotas.cs (2)
35
XmlDictionaryReaderQuotaTypes.
MaxDepth
| XmlDictionaryReaderQuotaTypes.MaxStringContentLength | XmlDictionaryReaderQuotaTypes.MaxArrayLength | XmlDictionaryReaderQuotaTypes.MaxBytesPerRead | XmlDictionaryReaderQuotaTypes.MaxNameTableCharCount);
151
_modifiedQuotas |= XmlDictionaryReaderQuotaTypes.
MaxDepth
;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\EncoderHelpers.cs (2)
39
if (IsDefaultQuota(bufferedReadQuotas, XmlDictionaryReaderQuotaTypes.
MaxDepth
))
51
case XmlDictionaryReaderQuotaTypes.
MaxDepth
: