8 writes to depth
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (8)
1453simpleValueNode.depth = _curNode.depth + 1; 5332textChunk.depth = attr.depth + 1; 5344entityChunk.depth = attr.depth + 1; 5376textChunk.depth = attr.depth + 1; 5384entityChunk.depth = attr.depth + 1; 5483textChunk.depth = attr.depth + 1; 7777n.depth = nodeDepth; 7800node.depth = nodeDepth;
9 references to depth
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
940return _curNode.depth; 1450NodeData simpleValueNode = AddNode(_index + _attrCount + 1, _curNode.depth + 1); 1453simpleValueNode.depth = _curNode.depth + 1; 5332textChunk.depth = attr.depth + 1; 5344entityChunk.depth = attr.depth + 1; 5376textChunk.depth = attr.depth + 1; 5384entityChunk.depth = attr.depth + 1; 5483textChunk.depth = attr.depth + 1; 6290Debug.Assert(_curNode.depth == _index);