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