3 writes to _unlink
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (3)
1078target._unlink = unlink; 1086IDisposable? disposableUnlink = Interlocked.CompareExchange<IDisposable?>(ref target._unlink, null, unlink); 1237IDisposable? disposableUnlink = Interlocked.CompareExchange(ref _unlink, null, unlink);
1 reference to _unlink
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
1234IDisposable? unlink = _unlink;