2 writes to _action
System.Threading.Tasks.Dataflow (2)
Internal\ActionOnDispose.cs (2)
118
_action
= action;
132
Interlocked.CompareExchange(ref
_action
, null, toRun) == toRun)
2 references to _action
System.Threading.Tasks.Dataflow (2)
Internal\ActionOnDispose.cs (2)
125
private bool Disposed { get { return
_action
== null; } }
130
Action<T1, T2, T3>? toRun =
_action
;