8 writes to depth
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (8)
1453
simpleValueNode.
depth
= _curNode.depth + 1;
5332
textChunk.
depth
= attr.depth + 1;
5344
entityChunk.
depth
= attr.depth + 1;
5376
textChunk.
depth
= attr.depth + 1;
5384
entityChunk.
depth
= attr.depth + 1;
5483
textChunk.
depth
= attr.depth + 1;
7777
n.
depth
= nodeDepth;
7800
node.
depth
= nodeDepth;
9 references to depth
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (9)
940
return _curNode.
depth
;
1450
NodeData simpleValueNode = AddNode(_index + _attrCount + 1, _curNode.
depth
+ 1);
1453
simpleValueNode.depth = _curNode.
depth
+ 1;
5332
textChunk.depth = attr.
depth
+ 1;
5344
entityChunk.depth = attr.
depth
+ 1;
5376
textChunk.depth = attr.
depth
+ 1;
5384
entityChunk.depth = attr.
depth
+ 1;
5483
textChunk.depth = attr.
depth
+ 1;
6290
Debug.Assert(_curNode.
depth
== _index);