3 writes to right
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilBinary.cs (3)
32this.right = right; 55case 1: this.right = value; break; 73set { this.right = value; }
2 references to right
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilBinary.cs (2)
48case 1: return this.right; 72get { return this.right; }