3 writes to Context
System.WorkflowServices (3)
System\Workflow\Activities\SendActivity.cs (2)
359logicalChannel.Context = context; 363logicalChannel.Context = ContextMessageProperty.Empty.Context;
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
254logicalChannel.Context = contextMessageProperty.Context;
5 references to Context
System.WorkflowServices (5)
System\Workflow\Activities\SendActivity.cs (3)
307return logicalChannel.Context; 409bool hasContext = (logicalChannel.Context != null && logicalChannel.Context.Count > 0);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
170if (logicalChannel.Context != null) 172new ContextMessageProperty(logicalChannel.Context).AddOrReplaceInMessageProperties(OperationContext.Current.OutgoingMessageProperties);