3 writes to _depth
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (3)
103_depth = 0; 467_elements[_depth++] = _element; 486_depth--;
6 references to _depth
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (6)
117public override int Depth { get { return IsXmlDataNode ? _xmlNodeReader.Depth : _depth; } } 327if (_depth != 0) 483if (_depth == 0) 490_element = _elements[_depth]; 498else if (_elements.Length == _depth) 508int nextDepth = _depth + 1;