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