8 writes to LastAsyncResult
System.Runtime.DurableInstancing (8)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (8)
1006
this.context.
LastAsyncResult
= this;
1017
this.context.
LastAsyncResult
= this.priorAsyncResult;
1038
this.context.
LastAsyncResult
= this;
1082
this.context.
LastAsyncResult
= this;
1088
this.context.
LastAsyncResult
= this.priorAsyncResult;
1177
thisPtr.context.
LastAsyncResult
= thisPtr;
1559
this.context.
LastAsyncResult
= this.priorAsyncResult;
1601
this.context.
LastAsyncResult
= null;
7 references to LastAsyncResult
System.Runtime.DurableInstancing (7)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (7)
120
LastAsyncResult
.CancellationHandler = cancellationHandler;
251
throw Fx.Exception.AsError(new InstanceHandleConflictException(
LastAsyncResult
.CurrentCommand.Name, InstanceView.InstanceId));
266
throw Fx.Exception.AsError(new InstanceHandleConflictException(
LastAsyncResult
.CurrentCommand.Name, InstanceView.InstanceId));
783
ExecuteAsyncResult lastAsyncResult =
LastAsyncResult
;
996
this.priorAsyncResult = this.context.
LastAsyncResult
;
1075
this.priorAsyncResult = this.context.
LastAsyncResult
;
1396
if (!object.ReferenceEquals(this.context.
LastAsyncResult
, this))