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