4 references to MaxDepth
System.ServiceModel (4)
System\ServiceModel\Configuration\XmlDictionaryReaderQuotasElement.cs (4)
18[ConfigurationProperty(ConfigurationStrings.MaxDepth, DefaultValue = 0)] 22get { return (int)base[ConfigurationStrings.MaxDepth]; } 23set { base[ConfigurationStrings.MaxDepth] = value; } 94SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxDepth, readerQuotas.MaxDepth);