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