2 writes to forEachDepth
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
522this.forEachDepth ++; 531this.forEachDepth --;
3 references to forEachDepth
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
370Debug.Assert(this.forEachDepth == 0, "xsl:apply-imports cannot be inside of xsl:for-each"); 424if (this.forEachDepth == 0) { 612if (this.forEachDepth == 0) {