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