10 writes to Depth
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
562_attributeValue.Depth = _currentInfo.Depth + 1;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (7)
194_currentInfo!.Depth = _recordDepth; 290_currentInfo.Depth = _recordDepth; 305_currentInfo.Depth = _recordDepth; 331attribute.Depth = _recordDepth; 386_currentInfo.Depth = _recordDepth; 393_currentInfo.Depth = _recordDepth; 761ns.Depth = _recordDepth;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
172mainNode.Depth++; 174mainNode.Depth--;
5 references to Depth
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
60_depth = src.Depth;
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
137return _currentInfo.Depth; 562_attributeValue.Depth = _currentInfo.Depth + 1;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
127if (mainNode.Depth == 0) 740Indent(record.MainNode.Depth);