3 writes to maxDepth
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryReaderQuotas.cs (3)
47this.maxDepth = maxDepth; 78quotas.maxDepth = this.maxDepth; 155maxDepth = value;
2 references to maxDepth
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryReaderQuotas.cs (2)
78quotas.maxDepth = this.maxDepth; 146return maxDepth;