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