3 references to STATE_CANCELED
System.Web (3)
Util\CancellationTokenHelper.cs (3)
34
_state = (canceled) ?
STATE_CANCELED
: STATE_CREATED;
59
if (Interlocked.CompareExchange(ref _state,
STATE_CANCELED
, STATE_CANCELING) == STATE_DISPOSING) {
76
case
STATE_CANCELED
: