Home
last modified time | relevance | path

Searched refs:ThrowInvalidAsyncResult (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/
H A DTransactedAsyncResult.cs49ThrowInvalidAsyncResult("Check/SyncContinue cannot be called from within the PrepareTransactionalC… in CheckSyncValidation()
55 ThrowInvalidAsyncResult(result); in CheckSyncValidation()
67 ThrowInvalidAsyncResult(result); in CheckSyncValidation()
100ThrowInvalidAsyncResult("PrepareTransactionalCall should only be called as the object of non-neste… in PrepareTransactionalCall()
140 …AsyncResult.ThrowInvalidAsyncResult("PrepareAsyncCompletion should only be called once per Prepare… in Prepared()
157 …AsyncResult.ThrowInvalidAsyncResult("PrepareTransactionalCall should only be called in a using. Di… in IDisposable.Dispose()
186 … AsyncResult.ThrowInvalidAsyncResult(this.parent.deferredTransactionalResult); in IDisposable.Dispose()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/
H A DAsyncResult.cs177 ThrowInvalidAsyncResult(result); in AsyncCompletionWrapperCallback()
273ThrowInvalidAsyncResult("Only call Check/SyncContinue once per async operation (once per PrepareAs… in TryContinueHelper()
285 protected static void ThrowInvalidAsyncResult(IAsyncResult result) in ThrowInvalidAsyncResult() method in System.Web.Http.SelfHost.ServiceModel.Channels.AsyncResult
295 protected static void ThrowInvalidAsyncResult(string debugText) in ThrowInvalidAsyncResult() method in System.Web.Http.SelfHost.ServiceModel.Channels.AsyncResult
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DAsyncResult.cs228 ThrowInvalidAsyncResult(result); in AsyncCompletionWrapperCallback()
328ThrowInvalidAsyncResult("Only call Check/SyncContinue once per async operation (once per PrepareAs… in TryContinueHelper()
340 protected static void ThrowInvalidAsyncResult(IAsyncResult result) in ThrowInvalidAsyncResult() method in System.Runtime.AsyncResult
345 protected static void ThrowInvalidAsyncResult(string debugText) in ThrowInvalidAsyncResult() method in System.Runtime.AsyncResult