8 references to ENUMERATION_NOT_STARTED
System.Linq.Parallel (8)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (8)
49_currentBufferIndex = ENUMERATION_NOT_STARTED; 130if (mutables._currentBufferIndex == ENUMERATION_NOT_STARTED) 133Debug.Assert(mutables._currentBufferIndex != ENUMERATION_NOT_STARTED); 158mutables._currentIndex = ENUMERATION_NOT_STARTED; 175mutables._currentBufferIndex = ENUMERATION_NOT_STARTED; 180mutables._currentIndex = ENUMERATION_NOT_STARTED; 274mutables._currentIndex = ENUMERATION_NOT_STARTED; 283if (_mutables == null || (_mutables._currentBufferIndex == ENUMERATION_NOT_STARTED))