3 writes to left
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilBinary.cs (3)
31this.left = left; 54case 0: this.left = value; break; 68set { this.left = value; }
2 references to left
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilBinary.cs (2)
47case 0: return this.left; 67get { return this.left; }