45 implementations of Add
mscorlib (4)
PresentationCore (4)
PresentationFramework (2)
System (3)
System.Activities (2)
System.Activities.Presentation (2)
System.AddIn (1)
System.Core (1)
System.Data (2)
System.Runtime.DurableInstancing (1)
System.ServiceModel (12)
System.ServiceModel.Internals (3)
System.ServiceModel.Routing (1)
System.Web (4)
System.Web.Extensions (1)
System.WorkflowServices (1)
WindowsBase (1)
171 references to Add
Microsoft.Activities.Build (1)
mscorlib (7)
PresentationCore (3)
PresentationFramework (15)
System (5)
System.Activities (14)
System.Activities.Core.Presentation (2)
System.Activities.DurableInstancing (3)
System.Activities.Presentation (11)
System.Core (1)
System.Data (6)
System.Data.Services (6)
System.IdentityModel (3)
System.Runtime.DurableInstancing (3)
System.ServiceModel (16)
System.ServiceModel.Activation (9)
System.ServiceModel.Activities (34)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (9)
46this.instanceOwnerMetadata.Add(WorkflowNamespace.WorkflowHostType, sentinel);
47this.instanceMetadataChanges.Add(WorkflowNamespace.WorkflowHostType, sentinel);
48this.instanceMetadataChanges.Add(PersistenceMetadataNamespace.InstanceType, new InstanceValue(WorkflowNamespace.WorkflowHostType, InstanceValueOptions.WriteOnly));
84this.instanceOwnerMetadata.Add(property.Key, new InstanceValue(property.Value));
96this.instanceOwnerMetadata.Add(property.Key, new InstanceValue(property.Value,
114this.instanceMetadataChanges.Add(pair.Key, new InstanceValue(pair.Value, InstanceValueOptions.Optional | InstanceValueOptions.WriteOnly));
332this.instanceOwnerMetadata.Add(WorkflowServiceNamespace.ControlEndpoint, new InstanceValue(endpoint.ListenUri));
340this.instanceOwnerMetadata.Add(endpointName, new InstanceValue(endpoint.ListenUri));
355this.instanceMetadataChanges.Add(PersistenceMetadataNamespace.ActivationType, new InstanceValue(PersistenceMetadataNamespace.ActivationTypes.WAS, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional));
System.ServiceModel.Internals (1)
System.ServiceModel.WasHosting (2)
System.ServiceModel.Web (1)
System.Web.Extensions (3)
System.Workflow.ComponentModel (9)
System.Workflow.Runtime (3)
System.WorkflowServices (5)
System.Xml (2)
WindowsBase (2)
XamlBuildTask (4)