2 writes to finalState
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (2)
1501this.finalState = this.context.InstanceView.Clone(); 1551this.finalState = this.context.InstanceHandle.Commit(this.context.InstanceView);
5 references to finalState
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (5)
1168Fx.Assert((thisPtr.finalState == null) == (thisPtr.initialInstanceHandle == null), "Should have thrown an exception if this is null on the outer result."); 1169return thisPtr.finalState; 1502this.finalState.MakeReadOnly(); 1511if (this.finalState == null) 1541if (this.finalState == null)