5 references to clrTypeIndexes
System.Data.Entity (5)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (5)
126if (clrTypeIndexes.TryGetValue(identity, out index)) 260if (clrTypeIndexes.TryGetValue(edmType.Identity, out index)) 283if ( (!cdmTypeIndexes.ContainsKey(cdmType.Identity)) && (!clrTypeIndexes.ContainsKey(clrType.Identity)) ) 390if (clrTypeIndexes.ContainsKey(clrName)) 401clrTypeIndexes.Add(clrName, currIndex);