2 references to STATE_DISPOSING
System.Web (2)
Util\CancellationTokenHelper.cs (2)
59if (Interlocked.CompareExchange(ref _state, STATE_CANCELED, STATE_CANCELING) == STATE_DISPOSING) { 73int originalState = Interlocked.Exchange(ref _state, STATE_DISPOSING);