13 writes to depth
System.Private.Xml (13)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1446simpleValueNode.depth = _curNode.depth + 1; 5215textChunk.depth = attr.depth + 1; 5227entityChunk.depth = attr.depth + 1; 5259textChunk.depth = attr.depth + 1; 5267entityChunk.depth = attr.depth + 1; 5367textChunk.depth = attr.depth + 1; 7639n.depth = nodeDepth; 7657node.depth = nodeDepth;
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2721textChunk.depth = attr.depth + 1; 2733entityChunk.depth = attr.depth + 1; 2765textChunk.depth = attr.depth + 1; 2773entityChunk.depth = attr.depth + 1; 2874textChunk.depth = attr.depth + 1;
14 references to depth
System.Private.Xml (14)
System\Xml\Core\XmlTextReaderImpl.cs (9)
928return _curNode.depth; 1443NodeData simpleValueNode = AddNode(_index + _attrCount + 1, _curNode.depth + 1); 1446simpleValueNode.depth = _curNode.depth + 1; 5215textChunk.depth = attr.depth + 1; 5227entityChunk.depth = attr.depth + 1; 5259textChunk.depth = attr.depth + 1; 5267entityChunk.depth = attr.depth + 1; 5367textChunk.depth = attr.depth + 1; 6179Debug.Assert(_curNode.depth == _index);
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2721textChunk.depth = attr.depth + 1; 2733entityChunk.depth = attr.depth + 1; 2765textChunk.depth = attr.depth + 1; 2773entityChunk.depth = attr.depth + 1; 2874textChunk.depth = attr.depth + 1;