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)
29Debug.Assert(0 <= _depth && _depth <= 1, "this shouldn't happen"); 30if (_depth == 0) 41Debug.Assert(0 <= _depth && _depth <= 1, "this shouldn't happen"); 46if (_depth == 0)