2 writes to CanHaveApplyImports
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
615this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
29compiler.CanHaveApplyImports = false;
1 reference to CanHaveApplyImports
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
21if (! compiler.CanHaveApplyImports) {