4 references to MaxDepth
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (2)
38
XmlDictionaryReaderQuotaTypes.
MaxDepth
| XmlDictionaryReaderQuotaTypes.MaxStringContentLength | XmlDictionaryReaderQuotaTypes.MaxArrayLength | XmlDictionaryReaderQuotaTypes.MaxBytesPerRead | XmlDictionaryReaderQuotaTypes.MaxNameTableCharCount);
158
_modifiedQuotas |= XmlDictionaryReaderQuotaTypes.
MaxDepth
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (2)
38
if (IsDefaultQuota(bufferedReadQuotas, XmlDictionaryReaderQuotaTypes.
MaxDepth
))
50
case XmlDictionaryReaderQuotaTypes.
MaxDepth
: