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