3 writes to _depth
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
1967
_depth
= 0;
2034
_depth
++;
2059
_depth
--;
7 references to _depth
System.Private.DataContractSerialization (7)
System\Xml\XmlBaseWriter.cs (7)
1996
if (
_depth
== 0)
2017
if (nameSpace.Depth !=
_depth
)
2042
if (nameSpace.Depth !=
_depth
)
2052
if (attribute.Depth !=
_depth
)
2094
attribute.Depth =
_depth
;
2157
if (nameSpace.Depth !=
_depth
)
2186
nameSpace.Depth =
_depth
;