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