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