6 references to EqualIdentity
System.Data.Entity (6)
System\Data\Metadata\Edm\MetadataCollection.cs (6)
230if (EqualIdentity(collectionData.OrderedList, orderIndex.ExactIndex, identity)) 245if (EqualIdentity(collectionData.OrderedList, orderIndex.InexactIndexes[i], identity)) 494else if (EqualIdentity(collectionData.OrderedList, orderIndex.ExactIndex, identity)) 509if (EqualIdentity(collectionData.OrderedList, orderIndex.InexactIndexes[i], identity)) 536if (EqualIdentity(collectionData.OrderedList, i, identity)) 656EqualIdentity(_collectionData.OrderedList, index, identity), "different exact identity");