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