3 writes to _depth
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ExtensionDataReader.cs (3)
103
_depth
= 0;
742
_elements[
_depth
++] = _element;
761
_depth
--;
6 references to _depth
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (6)
118
public override int Depth { get { return IsXmlDataNode ? _xmlNodeReader.Depth :
_depth
; } }
324
if (
_depth
!= 0)
758
if (
_depth
== 0)
765
_element = _elements[
_depth
];
776
else if (_elements.Length ==
_depth
)
786
int nextDepth =
_depth
+ 1;