1 write to first
System.Data.Entity (1)
System\Data\Common\Utils\Pair.cs (1)
31
this.
first
= first;
5 references to first
System.Data.Entity (5)
System\Data\Common\Utils\Pair.cs (5)
41
return
first
;
57
return (
first
.GetHashCode()<<5) ^ second.GetHashCode();
62
return
first
.Equals(other.
first
) && second.Equals(other.second);
77
builder.Append(
first
.ToString());