2 references to ASYNC_STATE_BEGIN_UNWOUND
System.Web (2)
HttpApplication.cs (2)
4396Debug.Assert(originalState == ASYNC_STATE_BEGIN_UNWOUND, "Unexpected state."); 4405int originalState = Interlocked.Exchange(ref _asyncState, ASYNC_STATE_BEGIN_UNWOUND);