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