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