13 writes to depth
System.Private.Xml (13)
System\Xml\Core\XmlTextReaderImpl.cs (8)
1446
simpleValueNode.
depth
= _curNode.depth + 1;
5205
textChunk.
depth
= attr.depth + 1;
5217
entityChunk.
depth
= attr.depth + 1;
5249
textChunk.
depth
= attr.depth + 1;
5257
entityChunk.
depth
= attr.depth + 1;
5357
textChunk.
depth
= attr.depth + 1;
7629
n.
depth
= nodeDepth;
7647
node.
depth
= nodeDepth;
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2721
textChunk.
depth
= attr.depth + 1;
2733
entityChunk.
depth
= attr.depth + 1;
2765
textChunk.
depth
= attr.depth + 1;
2773
entityChunk.
depth
= attr.depth + 1;
2874
textChunk.
depth
= attr.depth + 1;
14 references to depth
System.Private.Xml (14)
System\Xml\Core\XmlTextReaderImpl.cs (9)
928
return _curNode.
depth
;
1443
NodeData simpleValueNode = AddNode(_index + _attrCount + 1, _curNode.
depth
+ 1);
1446
simpleValueNode.depth = _curNode.
depth
+ 1;
5205
textChunk.depth = attr.
depth
+ 1;
5217
entityChunk.depth = attr.
depth
+ 1;
5249
textChunk.depth = attr.
depth
+ 1;
5257
entityChunk.depth = attr.
depth
+ 1;
5357
textChunk.depth = attr.
depth
+ 1;
6169
Debug.Assert(_curNode.
depth
== _index);
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
2721
textChunk.depth = attr.
depth
+ 1;
2733
entityChunk.depth = attr.
depth
+ 1;
2765
textChunk.depth = attr.
depth
+ 1;
2773
entityChunk.depth = attr.
depth
+ 1;
2874
textChunk.depth = attr.
depth
+ 1;