7 references to CANCELLATION_STATE_NONE
System.Threading.Tasks.Dataflow (7)
Base\DataflowBlock.cs (7)
525if (_cancellationState != CANCELLATION_STATE_NONE) 567Debug.Assert(source._cancellationState != CANCELLATION_STATE_NONE, 591bool consumeToAccept = _cancellationState != CANCELLATION_STATE_NONE; 664curState == CANCELLATION_STATE_NONE || curState == CANCELLATION_STATE_REGISTERED || 671if (curState == CANCELLATION_STATE_NONE || // no synchronization necessary if there's no cancellation 699(_cancellationState == CANCELLATION_STATE_NONE || // avoid synchronization when cancellation is not in play 720if (_cancellationState != CANCELLATION_STATE_NONE)