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