2 writes to _current
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentBag.cs (2)
1103
_current
= _array[_index++];
1128
_current
= default;
1 reference to _current
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentBag.cs (1)
1111
public T Current =>
_current
!;