7 references to CANCELLATION_STATE_NONE
System.Threading.Tasks.Dataflow (7)
Base\DataflowBlock.cs (7)
501if (_cancellationState != CANCELLATION_STATE_NONE) 543Debug.Assert(source._cancellationState != CANCELLATION_STATE_NONE, 567bool consumeToAccept = _cancellationState != CANCELLATION_STATE_NONE; 640curState == CANCELLATION_STATE_NONE || curState == CANCELLATION_STATE_REGISTERED || 647if (curState == CANCELLATION_STATE_NONE || // no synchronization necessary if there's no cancellation 675(_cancellationState == CANCELLATION_STATE_NONE || // avoid synchronization when cancellation is not in play 696if (_cancellationState != CANCELLATION_STATE_NONE)