1 write to ExactIndex
System.Data.Entity (1)
System\Data\Metadata\Edm\MetadataCollection.cs (1)
84ExactIndex = exactIndex;
6 references to ExactIndex
System.Data.Entity (6)
System\Data\Metadata\Edm\MetadataCollection.cs (6)
230if (EqualIdentity(collectionData.OrderedList, orderIndex.ExactIndex, identity)) 235return orderIndex.ExactIndex; 266exactIndex = orderIndex.ExactIndex; 491index = orderIndex.ExactIndex; 494else if (EqualIdentity(collectionData.OrderedList, orderIndex.ExactIndex, identity)) 496return orderIndex.ExactIndex;