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