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