3 references to StartIndex
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
675private volatile int _headIndex = StartIndex; 677private volatile int _tailIndex = StartIndex; 850_headIndex = _tailIndex = StartIndex;