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