10 references to CreateInstanceHandle
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
5586this.handle = store.CreateInstanceHandle(this.owner); 5676this.handle = this.isTryLoad ? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId); 5688this.temporaryHandle = this.store.CreateInstanceHandle(owner); 5745this.handle = this.isTryLoad ? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId);
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceStore.cs (1)
41return CreateInstanceHandle(DefaultInstanceOwner);
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
394handle = InstanceStore.CreateInstanceHandle(null); 536this.handle = this.instanceManager.InstanceStore.CreateInstanceHandle(null); 834this.handle = this.instanceManager.InstanceStore.CreateInstanceHandle(this.instanceManager.owner);
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
512handle = this.store.CreateInstanceHandle(this.owner); 518handle = this.store.CreateInstanceHandle(this.owner);