1 write to instanceMetadataChanges
System.Activities (1)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
76this.instanceMetadataChanges = new Dictionary<XName, InstanceValue>();
5 references to instanceMetadataChanges
System.Activities (5)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (5)
74if (this.instanceMetadataChanges == null) 78return this.instanceMetadataChanges; 113(this.instanceMetadataChanges == null || this.instanceMetadataChanges.Count == 0) && 161InstancePersistence.ValidatePropertyBag(this.instanceMetadataChanges, true);