5 writes to InstanceMetadata
System.Runtime.DurableInstancing (5)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
353InstanceView.InstanceMetadata = instanceMetadataCopy; 392InstanceView.InstanceMetadata = metadata.ReadOnlyCopy(false); 400InstanceView.InstanceMetadata = metadata.ReadOnlyMergeInto(null, false); 405InstanceView.InstanceMetadata = metadata.ReadOnlyMergeInto(InstanceView.InstanceMetadata, false);
System\Runtime\DurableInstancing\InstanceView.cs (1)
74InstanceMetadata = source.InstanceMetadata;
6 references to InstanceMetadata
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SerializationUtilities.cs (1)
118foreach (KeyValuePair<XName, InstanceValue> metadataProperty in context.InstanceView.InstanceMetadata)
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
405InstanceView.InstanceMetadata = metadata.ReadOnlyMergeInto(InstanceView.InstanceMetadata, false);
System\Runtime\DurableInstancing\InstanceView.cs (1)
74InstanceMetadata = source.InstanceMetadata;
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
116if (!TryGetValue<WorkflowIdentity>(view.InstanceMetadata, Workflow45Namespace.DefinitionIdentity, out definitionIdentity)) 419if (TryGetValue<string>(view.InstanceMetadata, WorkflowServiceNamespace.SuspendReason, out suspendedReason))
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
1155if (!this.view.InstanceMetadata.TryGetValue(WorkflowNamespace.WorkflowHostType, out instanceValue))