3 writes to rootNod
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
60this.rootNod = root; 95case 7: this.rootNod = value; break; 178set { this.rootNod = value; }
2 references to rootNod
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
82case 7: return this.rootNod; 177get { return this.rootNod; }