4 writes to DefaultInstanceOwner
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
1452instanceStore.DefaultInstanceOwner = commandResult.InstanceOwner; 1482instanceStore.DefaultInstanceOwner = commandResult.InstanceOwner; 1503instanceStore.DefaultInstanceOwner = null; 1538instanceStore.DefaultInstanceOwner = null;
10 references to DefaultInstanceOwner
System.Activities (8)
System\Activities\WorkflowApplication.cs (8)
1445if (instanceStore.DefaultInstanceOwner != null) 1468if (instanceStore.DefaultInstanceOwner != null) 1496if (instanceStore.DefaultInstanceOwner == null) 1517if (instanceStore.DefaultInstanceOwner == null) 1593if (instanceStore.DefaultInstanceOwner == null) 1614if (instanceStore.DefaultInstanceOwner == null) 5565this.owner = store.DefaultInstanceOwner; 5583this.owner = store.DefaultInstanceOwner;
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceStore.cs (2)
41return CreateInstanceHandle(DefaultInstanceOwner); 51return CreateInstanceHandle(DefaultInstanceOwner, instanceId);