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