3 writes to TooLateToEnlist
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
601TooLateToEnlist = true; 623TooLateToEnlist = true; 964this.handle.TooLateToEnlist = false;
2 references to TooLateToEnlist
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
596if (TooLateToEnlist) 836if (transactionWait.HostTransaction.Equals(hostTransaction) && !this.handle.TooLateToEnlist)