3 writes to _unlink
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (3)
1111target._unlink = unlink; 1119IDisposable? disposableUnlink = Interlocked.CompareExchange<IDisposable?>(ref target._unlink, null, unlink); 1270IDisposable? disposableUnlink = Interlocked.CompareExchange(ref _unlink, null, unlink);
1 reference to _unlink
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1267IDisposable? unlink = _unlink;