1 write to isTryLoad
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5578
this.
isTryLoad
= true;
4 references to isTryLoad
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
5676
this.handle = this.
isTryLoad
? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId);
5745
this.handle = this.
isTryLoad
? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId);
5812
Fx.Assert(!this.
isTryLoad
, "Should not be on an initial save path if we tried load.");
5825
Fx.Assert(!this.
isTryLoad
, "Should not be on an initial save path if we tried load.");