1 instantiation of WorkflowOperationBehavior
System.WorkflowServices (1)
System\Workflow\Activities\ServiceOperationHelpers.cs (1)
292behavior = new WorkflowOperationBehavior();
8 references to WorkflowOperationBehavior
System.WorkflowServices (8)
System\ServiceModel\Description\ServiceDescriptionContext.cs (3)
17Dictionary<KeyValuePair<Type, string>, WorkflowOperationBehavior> workflowOperationBehaviors; 23this.workflowOperationBehaviors = new Dictionary<KeyValuePair<Type, string>, WorkflowOperationBehavior>(); 54internal IDictionary<KeyValuePair<Type, string>, WorkflowOperationBehavior> WorkflowOperationBehaviors
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
29public WorkflowOperationInvoker(OperationDescription operationDescription, WorkflowOperationBehavior workflowOperationBehavior,
System\Workflow\Activities\ReceiveActivity.cs (1)
711WorkflowOperationBehavior behavior = null;
System\Workflow\Activities\ServiceOperationHelpers.cs (3)
286WorkflowOperationBehavior behavior = null; 297if (opDescription.Behaviors.Find<WorkflowOperationBehavior>() != behavior) 299opDescription.Behaviors.Remove(typeof(WorkflowOperationBehavior));