13 writes to depth
System.Xml (13)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1381simpleValueNode.depth = curNode.depth + 1; 4757textChunk.depth = attr.depth + 1; 4769entityChunk.depth = attr.depth + 1; 4799textChunk.depth = attr.depth + 1; 4807entityChunk.depth = attr.depth + 1; 4896textChunk.depth = attr.depth + 1; 6887n.depth = nodeDepth; 6907node.depth = nodeDepth;
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2544textChunk.depth = attr.depth + 1; 2556entityChunk.depth = attr.depth + 1; 2586textChunk.depth = attr.depth + 1; 2594entityChunk.depth = attr.depth + 1; 2683textChunk.depth = attr.depth + 1;
14 references to depth
System.Xml (14)
System\Xml\Core\XmlTextReaderImpl.cs (9)
922return curNode.depth; 1378NodeData simpleValueNode = AddNode( index + attrCount + 1, curNode.depth + 1 ); 1381simpleValueNode.depth = curNode.depth + 1; 4757textChunk.depth = attr.depth + 1; 4769entityChunk.depth = attr.depth + 1; 4799textChunk.depth = attr.depth + 1; 4807entityChunk.depth = attr.depth + 1; 4896textChunk.depth = attr.depth + 1; 5619Debug.Assert( curNode.depth == index );
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2544textChunk.depth = attr.depth + 1; 2556entityChunk.depth = attr.depth + 1; 2586textChunk.depth = attr.depth + 1; 2594entityChunk.depth = attr.depth + 1; 2683textChunk.depth = attr.depth + 1;