3 writes to lastItemIndex
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (3)
57
this.
lastItemIndex
= data.Count - 1;
76
this.
lastItemIndex
= size - 1;
85
this.
lastItemIndex
= lastItemIndex;
5 references to lastItemIndex
mscorlib (5)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (5)
121
return
lastItemIndex
- firstItemIndex + 1;
129
return (UInt32)(
lastItemIndex
- firstItemIndex + 1);
169
return new IKeyValuePairEnumerator(items, firstItemIndex,
lastItemIndex
);
181
int pivot = (Int32)(((Int64)firstItemIndex + (Int64)
lastItemIndex
) / (Int64)2);
184
secondPartition = new ConstantSplittableMap<TKey, TValue>(items, pivot + 1,
lastItemIndex
);