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