1 write to parent
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\InputScope.cs (1)
48
this.
parent
= parent;
4 references to parent
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\InputScope.cs (4)
25
get { return this.
parent
; }
50
if (this.
parent
!= null) {
51
this.forwardCompatibility = this.
parent
.forwardCompatibility;
52
this.canHaveApplyImports = this.
parent
.canHaveApplyImports;