2 writes to depth
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (2)
32depth ++; 36depth --;
6 references to depth
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (6)
28Debug.Assert(0 <= depth && depth <= 1, "this shouldn't happen"); 29if (depth == 0) { 37Debug.Assert(0 <= depth && depth <= 1, "this shouldn't happen"); 41if (depth == 0) {