3 writes to firstItemIndex
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (3)
56
this.
firstItemIndex
= 0;
75
this.
firstItemIndex
= 0;
84
this.
firstItemIndex
= firstItemIndex;
7 references to firstItemIndex
mscorlib (7)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (7)
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);
183
firstPartition = new ConstantSplittableMap<TKey, TValue>(items,
firstItemIndex
, pivot);
192
int index = Array.BinarySearch(items,
firstItemIndex
, Count, searchKey, keyValuePairComparator);
199
int index = Array.BinarySearch(items,
firstItemIndex
, Count, searchKey, keyValuePairComparator);