1 write to InexactIndexes
System.Data.Entity (1)
System\Data\Metadata\Edm\MetadataCollection.cs (1)
85
InexactIndexes
= inexactIndexes;
10 references to InexactIndexes
System.Data.Entity (10)
System\Data\Metadata\Edm\MetadataCollection.cs (10)
239
else if (null != orderIndex.
InexactIndexes
)
243
for(int i = 0; i < orderIndex.
InexactIndexes
.Length; ++i)
245
if (EqualIdentity(collectionData.OrderedList, orderIndex.
InexactIndexes
[i], identity))
250
return orderIndex.
InexactIndexes
[i];
256
inexact = new int[orderIndex.
InexactIndexes
.Length + 1];
257
orderIndex.
InexactIndexes
.CopyTo(inexact, 0);
500
if (null != orderIndex.
InexactIndexes
)
507
for (int i = 0; i < orderIndex.
InexactIndexes
.Length; ++i)
509
if (EqualIdentity(collectionData.OrderedList, orderIndex.
InexactIndexes
[i], identity))
511
return orderIndex.
InexactIndexes
[i];