2 references to AsyncCallbackInvokedAsynchronouslyButAsyncResultWasMarkedCompletedSynchronously
System.Web (2)
Util\AppVerifier.cs (2)
28
{ AppVerifierErrorCode.
AsyncCallbackInvokedAsynchronouslyButAsyncResultWasMarkedCompletedSynchronously
, SR.AppVerifier_Errors_AsyncCallbackInvokedAsynchronouslyButAsyncResultWasMarkedCompletedSynchronously },
324
assert(!asyncResult.CompletedSynchronously, AppVerifierErrorCode.
AsyncCallbackInvokedAsynchronouslyButAsyncResultWasMarkedCompletedSynchronously
);