8 references to ENUMERATION_NOT_STARTED
System.Linq.Parallel (8)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (8)
47_currentBufferIndex = ENUMERATION_NOT_STARTED; 132if (mutables._currentBufferIndex == ENUMERATION_NOT_STARTED) 135Debug.Assert(mutables._currentBufferIndex != ENUMERATION_NOT_STARTED); 156mutables._currentIndex = ENUMERATION_NOT_STARTED; 170mutables._currentBufferIndex = ENUMERATION_NOT_STARTED; 175mutables._currentIndex = ENUMERATION_NOT_STARTED; 261mutables._currentIndex = ENUMERATION_NOT_STARTED; 270if (_mutables == null || (_mutables._currentBufferIndex == ENUMERATION_NOT_STARTED))