1 write to instanceOwnerMetadata
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
40
this.
instanceOwnerMetadata
= new Dictionary<XName, InstanceValue>();
13 references to instanceOwnerMetadata
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (13)
46
this.
instanceOwnerMetadata
.Add(WorkflowNamespace.WorkflowHostType, sentinel);
80
if (this.
instanceOwnerMetadata
.ContainsKey(property.Key))
84
this.
instanceOwnerMetadata
.Add(property.Key, new InstanceValue(property.Value));
92
if (this.
instanceOwnerMetadata
.ContainsKey(property.Key))
96
this.
instanceOwnerMetadata
.Add(property.Key, new InstanceValue(property.Value,
312
this.
instanceOwnerMetadata
[WorkflowNamespace.WorkflowHostType] = new InstanceValue(Host.DurableInstancingOptions.ScopeName);
315
this.workflowDefinitionProvider.GetDefinitionIdentityMetadata(this.
instanceOwnerMetadata
);
330
if (!this.
instanceOwnerMetadata
.ContainsKey(WorkflowServiceNamespace.ControlEndpoint))
332
this.
instanceOwnerMetadata
.Add(WorkflowServiceNamespace.ControlEndpoint, new InstanceValue(endpoint.ListenUri));
338
if (!this.
instanceOwnerMetadata
.ContainsKey(endpointName))
340
this.
instanceOwnerMetadata
.Add(endpointName, new InstanceValue(endpoint.ListenUri));
468
if (this.
instanceOwnerMetadata
.ContainsKey(Workflow45Namespace.DefinitionIdentities))
481
foreach (KeyValuePair<XName, InstanceValue> metadata in this.
instanceOwnerMetadata
)