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