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