1 write to instanceOwnerMetadata
System.Activities (1)
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
29
this.
instanceOwnerMetadata
= new Dictionary<XName, InstanceValue>();
5 references to instanceOwnerMetadata
System.Activities (5)
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (5)
27
if (this.
instanceOwnerMetadata
== null)
31
return this.
instanceOwnerMetadata
;
39
return this.
instanceOwnerMetadata
== null || this.
instanceOwnerMetadata
.Count == 0;
49
InstancePersistence.ValidatePropertyBag(this.
instanceOwnerMetadata
);