1 write to _firstCopy
System.Threading.Tasks.Dataflow (1)
src\libraries\Common\src\System\Collections\Concurrent\SingleProducerSingleConsumerQueue.cs (1)
106segment._state._firstCopy = segment._state._first;
2 references to _firstCopy
System.Threading.Tasks.Dataflow (2)
src\libraries\Common\src\System\Collections\Concurrent\SingleProducerSingleConsumerQueue.cs (2)
86if (tail2 != segment._state._firstCopy) 104if (segment._state._firstCopy != segment._state._first)