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