7 references to First
System.Data.Entity (7)
System\Data\Common\Utils\Pair.cs (2)
94return firstComparer.Equals(x.First, y.First) && secondComparer.Equals(x.Second, y.Second);
System\Data\Mapping\StorageMappingItemCollection.cs (2)
816Debug.Assert(key.First.Equals(setMapping.Set)); 819key.Second.First, // type
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
226EntitySetBase entity = arg.First; 227EntityTypeBase type = arg.Second.First;
System\Data\Objects\EntityEntry.cs (1)
1128string relationshipName = relationship.First;