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