4 references to MaxArrayLength
System.ServiceModel (4)
System\ServiceModel\Configuration\XmlDictionaryReaderQuotasElement.cs (4)
34
[ConfigurationProperty(ConfigurationStrings.
MaxArrayLength
, DefaultValue = 0)]
38
get { return (int)base[ConfigurationStrings.
MaxArrayLength
]; }
39
set { base[ConfigurationStrings.
MaxArrayLength
] = value; }
102
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
MaxArrayLength
, readerQuotas.MaxArrayLength);