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