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