4 references to WorkflowOperationBehaviors
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivity.cs (2)
660if (context.ReflectedContracts == null || context.WorkflowOperationBehaviors == null) 715if (context.WorkflowOperationBehaviors.TryGetValue(operationKey, out behavior) && behavior != null)
System\Workflow\Activities\ServiceOperationHelpers.cs (2)
290if (!context.WorkflowOperationBehaviors.TryGetValue(operationKey, out behavior)) 293context.WorkflowOperationBehaviors.Add(operationKey, behavior);