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