2 writes to context
System.WorkflowServices (2)
System\Workflow\Activities\LogicalChannel.cs (2)
68
this.
context
= new ContextDictionary(value);
72
this.
context
= SerializableReadOnlyDictionary<string, string>.Empty;
1 reference to context
System.WorkflowServices (1)
System\Workflow\Activities\LogicalChannel.cs (1)
62
return this.
context
;