2 references to BeginHandlerReturnedAsyncResultMarkedCompletedSynchronouslyButWhichWasNotCompleted
System.Web (2)
Util\AppVerifier.cs (2)
36
{ AppVerifierErrorCode.
BeginHandlerReturnedAsyncResultMarkedCompletedSynchronouslyButWhichWasNotCompleted
, SR.AppVerifier_Errors_BeginHandlerReturnedAsyncResultMarkedCompletedSynchronouslyButWhichWasNotCompleted },
365
assert(asyncResultReturnedByBeginHandler.IsCompleted, AppVerifierErrorCode.
BeginHandlerReturnedAsyncResultMarkedCompletedSynchronouslyButWhichWasNotCompleted
);