4 writes to _maxDepth
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (4)
42
_maxDepth
= DefaultMaxDepth;
51
_maxDepth
= maxDepth;
82
quotas.
_maxDepth
= _maxDepth;
157
_maxDepth
= value;
2 references to _maxDepth
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (2)
82
quotas._maxDepth =
_maxDepth
;
148
return
_maxDepth
;