2 writes to recordDepth
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
354
this.
recordDepth
++;
357
this.
recordDepth
--;
7 references to recordDepth
System.Data.SqlXml (7)
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
;