1 write to CanHaveApplyImports
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
228set { this.scopeManager.CurrentScope.CanHaveApplyImports = value; }
1 reference to CanHaveApplyImports
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
227get { return this.scopeManager.CurrentScope.CanHaveApplyImports; }