1 write to contextProperties
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
49
this.
contextProperties
= contextProperties ?? SerializableReadOnlyDictionary<string, string>.Empty;
1 reference to contextProperties
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
72
return this.
contextProperties
;