4 writes to _depth
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlSerializableWriter.cs (4)
19
_depth
= 0;
50
_depth
++;
58
_depth
--;
66
_depth
--;
3 references to _depth
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlSerializableWriter.cs (3)
26
if (
_depth
!= 0)
55
if (
_depth
== 0)
63
if (
_depth
== 0)