Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstancePersistenceContext.cs106 ExecuteAsyncResult LastAsyncResult { get; set; } property in System.Runtime.DurableInstancing.InstancePersistenceContext
120 LastAsyncResult.CancellationHandler = cancellationHandler; in SetCancellationHandler()
783 ExecuteAsyncResult lastAsyncResult = LastAsyncResult; in NotifyHandleFree()
996 this.priorAsyncResult = this.context.LastAsyncResult; in ExecuteAsyncResult()
1006 this.context.LastAsyncResult = this; in ExecuteAsyncResult()
1038 this.context.LastAsyncResult = this; in ExecuteAsyncResult()
1075 this.priorAsyncResult = this.context.LastAsyncResult; in ExecuteAsyncResult()
1082 this.context.LastAsyncResult = this; in ExecuteAsyncResult()
1088 this.context.LastAsyncResult = this.priorAsyncResult; in ExecuteAsyncResult()
1177 thisPtr.context.LastAsyncResult = thisPtr; in OnAcquireContext()
[all …]