2 writes to _depth
System.Private.Xml (2)
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (2)
34
_depth
++;
40
_depth
--;
6 references to _depth
System.Private.Xml (6)
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (6)
29
Debug.Assert(0 <=
_depth
&&
_depth
<= 1, "this shouldn't happen");
30
if (
_depth
== 0)
41
Debug.Assert(0 <=
_depth
&&
_depth
<= 1, "this shouldn't happen");
46
if (
_depth
== 0)