2 references to DefaultMaxDepth
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryReaderQuotas.cs (2)
36
static XmlDictionaryReaderQuotas defaultQuota = new XmlDictionaryReaderQuotas(
DefaultMaxDepth
, DefaultMaxStringContentLength, DefaultMaxArrayLength, DefaultMaxBytesPerRead, DefaultMaxNameTableCharCount, 0x00);
141
[DefaultValue(
DefaultMaxDepth
)]