5 writes to Depth
System.Private.Xml (5)
System\Xml\Core\XsdCachingReader.cs (3)
433recordedNode.Depth = _coreReader.Depth; 477textNode.Depth = depth; 754_textNode.Depth = depth;
System\Xml\Core\XsdCachingReaderAsync.cs (1)
65recordedNode.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)
175return _cachedNode!.Depth; 597_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.Depth + 1);
System\Xml\Core\XsdValidatingReader.cs (2)
339return _cachedNode.Depth; 1580_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.Depth + 1);