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