1 instantiation of OrderedIndex
System.Data.Entity (1)
System\Data\Metadata\Edm\MetadataCollection.cs (1)
270
collectionData.IdentityDictionary[identity] = new
OrderedIndex
(exactIndex, inexact);
6 references to OrderedIndex
System.Data.Entity (6)
System\Data\Metadata\Edm\MetadataCollection.cs (6)
223
OrderedIndex
orderIndex;
345
collectionData.IdentityDictionary = new Dictionary<string,
OrderedIndex
>(collectionData.OrderedList.Count + 1, StringComparer.OrdinalIgnoreCase);
486
OrderedIndex
orderIndex;
688
internal Dictionary<string,
OrderedIndex
> IdentityDictionary;
706
this.IdentityDictionary = new Dictionary<string,
OrderedIndex
>(this.OrderedList.Capacity, StringComparer.OrdinalIgnoreCase);
710
foreach (KeyValuePair<string,
OrderedIndex
> pair in original.IdentityDictionary)