4 writes to _depth
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
2720
_depth
= 0;
2786
_depth
= 0;
2791
_depth
++;
2817
_depth
--;
4 references to _depth
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
2799
if (nameSpace.Depth !=
_depth
)
2811
if (attribute.Depth !=
_depth
)
2877
attribute.Depth =
_depth
;
2914
nameSpace.Depth =
_depth
;