2 writes to Reason
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceOwner.cs (2)
282marker.Reason = reason ?? new OperationCanceledException(SRCore.HandleFreed); 459marker.Reason = new InvalidOperationException(SRCore.InvalidLockToken);
2 references to Reason
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceOwner.cs (2)
314if (marker.Reason != null) 316throw Fx.Exception.AsError(marker.Reason);