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