2 writes to canHaveApplyImports
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
39set { this.canHaveApplyImports = value; } 52this.canHaveApplyImports = this.parent.canHaveApplyImports;
2 references to canHaveApplyImports
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
38get { return this.canHaveApplyImports; } 52this.canHaveApplyImports = this.parent.canHaveApplyImports;