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