13 writes to depth
System.Private.Xml (13)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1446simpleValueNode.depth = _curNode.depth + 1; 5205textChunk.depth = attr.depth + 1; 5217entityChunk.depth = attr.depth + 1; 5249textChunk.depth = attr.depth + 1; 5257entityChunk.depth = attr.depth + 1; 5357textChunk.depth = attr.depth + 1; 7629n.depth = nodeDepth; 7647node.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; 5205textChunk.depth = attr.depth + 1; 5217entityChunk.depth = attr.depth + 1; 5249textChunk.depth = attr.depth + 1; 5257entityChunk.depth = attr.depth + 1; 5357textChunk.depth = attr.depth + 1; 6169Debug.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;