1 write to IsComplete
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceOwner.cs (1)
538IsComplete = true;
4 references to IsComplete
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceOwner.cs (4)
274if (marker != null && !marker.IsComplete) 305Fx.AssertAndThrow(marker.IsComplete, "Called FinishBind prematurely."); 337if (marker != null && !marker.IsComplete) 443if (marker == null || marker.IsComplete)