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