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