5 writes to Depth
System.Private.Xml (5)
System\Xml\Core\XsdCachingReader.cs (3)
433
recordedNode.
Depth
= _coreReader.Depth;
477
textNode.
Depth
= depth;
754
_textNode.
Depth
= depth;
System\Xml\Core\XsdCachingReaderAsync.cs (1)
65
recordedNode.
Depth
= _coreReader.Depth;
System\Xml\Core\XsdValidatingReader.cs (1)
2766
_textNode.
Depth
= depth;
4 references to Depth
System.Private.Xml (4)
System\Xml\Core\XsdCachingReader.cs (2)
175
return _cachedNode!.
Depth
;
597
_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.
Depth
+ 1);
System\Xml\Core\XsdValidatingReader.cs (2)
339
return _cachedNode.
Depth
;
1580
_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.
Depth
+ 1);