1 write to left
System.Data.SqlXml (1)
System\Xml\Xsl\Pair.cs (1)
16this.left = left;
4 references to left
System.Data.SqlXml (4)
System\Xml\Xsl\Pair.cs (4)
20public int Left { get { return this.left ; } } 26return this.left == o.left && this.right == o.right; 33return this.left.GetHashCode() ^ this.right.GetHashCode();