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