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