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