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