3 writes to right
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilTernary.cs (3)
33
this.
right
= right;
58
case 2: this.
right
= value; break;
81
set { this.
right
= value; }
2 references to right
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilTernary.cs (2)
50
case 2: return this.
right
;
80
get { return this.
right
; }