3 writes to RootAsyncResult
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
1037
this.context.
RootAsyncResult
= this;
1176
thisPtr.context.
RootAsyncResult
= thisPtr;
1602
this.context.
RootAsyncResult
= null;
4 references to RootAsyncResult
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
113
return
RootAsyncResult
!= null;
770
RootAsyncResult
.SetInteriorTransaction(this.myTransaction, true);
904
if (
RootAsyncResult
.CurrentCommand.IsTransactionEnlistmentOptional)
923
RootAsyncResult
.SetInteriorTransaction(transaction, false);