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