5 writes to Depth
System.Xml (5)
System\Xml\Core\XsdCachingReader.cs (3)
374
recordedNode.
Depth
= coreReader.Depth;
413
textNode.
Depth
= depth;
652
textNode.
Depth
= depth;
System\Xml\Core\XsdCachingReaderAsync.cs (1)
58
recordedNode.
Depth
= coreReader.Depth;
System\Xml\Core\XsdValidatingReader.cs (1)
2166
textNode.
Depth
= depth;
4 references to Depth
System.Xml (4)
System\Xml\Core\XsdCachingReader.cs (2)
156
return cachedNode.
Depth
;
514
cachedNode = CreateDummyTextNode(cachedNode.RawValue, cachedNode.
Depth
+ 1);
System\Xml\Core\XsdValidatingReader.cs (2)
293
return cachedNode.
Depth
;
1230
cachedNode = CreateDummyTextNode(cachedNode.RawValue, cachedNode.
Depth
+ 1);