13 writes to _depth
System.Private.Xml (13)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (13)
77
_depth
= 1;
452
_depth
++;
486
_depth
--;
506
_depth
++;
525
_depth
--;
599
_depth
++;
608
_depth
--;
753
_depth
++;
773
_depth
--;
792
_depth
++;
814
_depth
--;
835
_depth
++;
857
_depth
--;
18 references to _depth
System.Private.Xml (18)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (18)
203
if (
_depth
== 0)
236
if (ns.Length != 0 &&
_depth
!= 0)
257
if (
_depth
== 0)
543
if (
_depth
== 0)
594
Debug.Assert(
_depth
== 0, "Root node can only be constructed at top-level.");
607
Debug.Assert(
_depth
== 1, "Root node can only be constructed at top-level.");
734
if (
_depth
== 0)
778
if (
_depth
== 0)
816
if (
_depth
== 0)
860
if (
_depth
== 0)
1024
if (
_depth
== 0)
1035
int depthStart =
_depth
;
1040
if (StartCopy(navigator,
_depth
== depthStart))
1057
CopyNamespaces(navigator, (
_depth
- 1 == depthStart) ? XPathNamespaceScope.ExcludeXml : XPathNamespaceScope.Local);
1065
EndCopy(navigator, (
_depth
- 1) == depthStart);
1071
if (
_depth
== depthStart)
1086
EndCopy(navigator, (
_depth
- 1) == depthStart);
1576
if (
_depth
== 1)