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