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