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