2 writes to _forEachDepth
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
531
_forEachDepth
++;
544
_forEachDepth
--;
3 references to _forEachDepth
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (3)
347
Debug.Assert(
_forEachDepth
== 0, "xsl:apply-imports cannot be inside of xsl:for-each");
411
if (
_forEachDepth
== 0)
632
if (
_forEachDepth
== 0)