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