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