13 writes to depth
System.Data.SqlXml (13)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (13)
77
this.
depth
= 1;
415
this.
depth
++;
446
this.
depth
--;
464
this.
depth
++;
481
this.
depth
--;
549
this.
depth
++;
557
this.
depth
--;
685
this.
depth
++;
703
this.
depth
--;
721
this.
depth
++;
741
this.
depth
--;
761
this.
depth
++;
781
this.
depth
--;
18 references to depth
System.Data.SqlXml (18)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (18)
194
if (this.
depth
== 0)
223
if (ns.Length != 0 && this.
depth
!= 0)
241
if (this.
depth
== 0)
498
if (this.
depth
== 0) {
544
Debug.Assert(this.
depth
== 0, "Root node can only be constructed at top-level.");
556
Debug.Assert(this.
depth
== 1, "Root node can only be constructed at top-level.");
667
if (this.
depth
== 0)
708
if (this.
depth
== 0)
743
if (this.
depth
== 0)
784
if (this.
depth
== 0)
933
if (this.
depth
== 0)
943
int depthStart = this.
depth
;
947
if (StartCopy(navigator, this.
depth
== depthStart)) {
961
CopyNamespaces(navigator, (this.
depth
- 1 == depthStart) ? XPathNamespaceScope.ExcludeXml : XPathNamespaceScope.Local);
969
EndCopy(navigator, (this.
depth
- 1) == depthStart);
974
if (this.
depth
== depthStart) {
987
EndCopy(navigator, (this.
depth
- 1) == depthStart);
1434
if (this.
depth
== 1)