2 writes to CanHaveApplyImports
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
685this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
27compiler.CanHaveApplyImports = false;
1 reference to CanHaveApplyImports
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
19if (!compiler.CanHaveApplyImports)