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