2 writes to ConflictingHandle
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceOwner.cs (2)
464
marker.
ConflictingHandle
= existingHandle;
470
marker.
ConflictingHandle
= existingHandle;
2 references to ConflictingHandle
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceOwner.cs (2)
318
Fx.Assert(marker.
ConflictingHandle
!= null, "Should either have a conflicting handle or a reason in the conflicting case.");
319
marker.InstanceHandle.ConflictingHandle = marker.
ConflictingHandle
;