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