1 write to second
System.Data.Entity (1)
System\Data\Common\Utils\Pair.cs (1)
32
this.
second
= second;
5 references to second
System.Data.Entity (5)
System\Data\Common\Utils\Pair.cs (5)
49
return
second
;
57
return (first.GetHashCode()<<5) ^
second
.GetHashCode();
62
return first.Equals(other.first) &&
second
.Equals(other.
second
);
78
builder.Append(", "+
second
.ToString());