13 writes to _depth
System.Private.Xml (13)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (13)
77
_depth
= 1;
453
_depth
++;
487
_depth
--;
507
_depth
++;
526
_depth
--;
600
_depth
++;
609
_depth
--;
754
_depth
++;
774
_depth
--;
793
_depth
++;
815
_depth
--;
836
_depth
++;
858
_depth
--;
18 references to _depth
System.Private.Xml (18)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (18)
204
if (
_depth
== 0)
237
if (ns.Length != 0 &&
_depth
!= 0)
258
if (
_depth
== 0)
544
if (
_depth
== 0)
595
Debug.Assert(
_depth
== 0, "Root node can only be constructed at top-level.");
608
Debug.Assert(
_depth
== 1, "Root node can only be constructed at top-level.");
735
if (
_depth
== 0)
779
if (
_depth
== 0)
817
if (
_depth
== 0)
861
if (
_depth
== 0)
1025
if (
_depth
== 0)
1036
int depthStart =
_depth
;
1041
if (StartCopy(navigator,
_depth
== depthStart))
1058
CopyNamespaces(navigator, (
_depth
- 1 == depthStart) ? XPathNamespaceScope.ExcludeXml : XPathNamespaceScope.Local);
1066
EndCopy(navigator, (
_depth
- 1) == depthStart);
1072
if (
_depth
== depthStart)
1087
EndCopy(navigator, (
_depth
- 1) == depthStart);
1577
if (
_depth
== 1)