1 write to _sharedIndex
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
570
_sharedIndex
= new SharedLong(-1);
11 references to _sharedIndex
System.Collections.Concurrent (11)
System\Collections\Concurrent\PartitionerStatic.cs (11)
607
return new InternalPartitionEnumerator(_sharedReader,
_sharedIndex
,
707
_sharedIndex
.Value = checked(
_sharedIndex
.Value + 1);
709
= new KeyValuePair<long, TSource>(
_sharedIndex
.Value,
782
Debug.Assert(
_sharedIndex
!= null); //already been allocated in MoveNext() before calling GrabNextChunk
792
_sharedIndex
.Value = checked(
_sharedIndex
.Value + 1);
794
= new KeyValuePair<long, TSource>(
_sharedIndex
.Value,
818
_sharedIndex
.Value = checked(
_sharedIndex
.Value + 1);
820
= new KeyValuePair<long, TSource>(
_sharedIndex
.Value,