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