10 writes to Depth
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
475this.attributeValue.Depth = this.currentInfo.Depth + 1;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (7)
180this.currentInfo.Depth = this.recordDepth; 262this.currentInfo.Depth = this.recordDepth; 276this.currentInfo.Depth = this.recordDepth; 298attribute.Depth = this.recordDepth; 342this.currentInfo.Depth = this.recordDepth; 348this.currentInfo.Depth = this.recordDepth; 648ns.Depth = this.recordDepth;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
163mainNode.Depth ++; 165mainNode.Depth --;
5 references to Depth
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
53this.depth = src.Depth;
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
122return this.currentInfo.Depth; 475this.attributeValue.Depth = this.currentInfo.Depth + 1;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
125if (mainNode.Depth == 0) { 647Indent(record.MainNode.Depth);